Skip to content

Commit

Permalink
Fix a new flake8 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Dec 13, 2024
1 parent fb72617 commit 8a74c98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tbump/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@


class Action(metaclass=abc.ABCMeta):
def __init__(self) -> None:
pass

@abc.abstractmethod
def print_self(self) -> None:
pass
Expand Down

0 comments on commit 8a74c98

Please sign in to comment.