Skip to content

Commit

Permalink
Fix some format
Browse files Browse the repository at this point in the history
  • Loading branch information
avijitdas126 committed Feb 2, 2025
1 parent 7407078 commit 7b6909d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zulip_bots/zulip_bots/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
current_dir = os.path.dirname(os.path.abspath(__file__))


def normalize_args()-> None:
def normalize_args() -> None:
"""Replaces various dash variations in arguments with standard options."""
dash_variations = r"[\u002D\u2010\u2011\u2012\u2013\u2014\u2015]"
for i, arg in enumerate(sys.argv):
Expand Down

0 comments on commit 7b6909d

Please sign in to comment.