Skip to content

Commit

Permalink
style: Fix long line
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed May 17, 2024
1 parent c3274a7 commit 8cedad6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,5 @@ def __init__(self, error_message):

class EmptyFanFicFareResponseException(Exception):
def __init__(self, command):
self.message = (
f"Got no output when running the following command: {command}"
)
self.message = f"Got no output when running the following command: {command}"
super().__init__(self.message)

0 comments on commit 8cedad6

Please sign in to comment.