Skip to content

Commit

Permalink
unformat my_module.py
Browse files Browse the repository at this point in the history
Signed-off-by: martinvuyk <[email protected]>
  • Loading branch information
martinvuyk committed Dec 11, 2024
1 parent a44855f commit b1f6248
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stdlib/test/python/my_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ def __init__(self, bar):

class AbstractPerson(ABC):
@abstractmethod
def method(self):
...
def method(self): ...


def my_function(name):
Expand Down

0 comments on commit b1f6248

Please sign in to comment.