Skip to content

Commit

Permalink
Update commands2/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Vo <[email protected]>
  • Loading branch information
TheTripleV and auscompgeek authored Jan 18, 2024
1 parent 551b48d commit cd80b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ def __getattr__(attr):
return Command

raise AttributeError(
"module {!r} has no attribute " "{!r}".format(__name__, attr)
f"module {__name__!r} has no attribute {attr!r}"
)

0 comments on commit cd80b8f

Please sign in to comment.