Skip to content
GitLab
Explore
Sign in
Modernize and fix abstract method decorators
Code
Review changes
Check out branch
Download
Patches
Plain diff
Julius Künzel
requested to merge
work/abstract-functions
into
dev
Oct 06, 2024
Overview
0
Commits
1
Pipelines
3
Changes
5
Expand
Replace utils.abstract with abc decorators
@abc.abstractstaticmethod is deprecated since Python 3.3: It is now possible to use staticmethod with abstractmethod(), making this decorator redundant
Merge request reports
Loading