Skip to content

Commit

Permalink
Remove object base class for Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Nov 20, 2024
1 parent 7a38c10 commit 71fe6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abi3audit/_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from rich.console import Console


class Status(object):
class Status:
def __init__(self, console: Console):
self._console = console
self._status = None
Expand Down

0 comments on commit 71fe6b8

Please sign in to comment.