Skip to content

Commit

Permalink
EEH-2525 - Fix missing import comma
Browse files Browse the repository at this point in the history
  • Loading branch information
M-casado committed Apr 13, 2023
1 parent 3bac6a7 commit 9cffedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/utils/json_manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from typing import Union
from .string_manipulation import add_newlines, \
is_semantic_version, \
is_higher_version
is_higher_version, \
replace_after_string_in_url

# - #
Expand Down

0 comments on commit 9cffedb

Please sign in to comment.