Skip to content

Commit

Permalink
EEH-2525 - Fixed missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
M-casado committed Apr 13, 2023
1 parent 9cffedb commit 1529ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/utils/json_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Helper functions
# -#
def request_validation(
data_filepath: Union[str, os.DirEntry[str]], validator_url: str, headers: dict = None
data_filepath: str, validator_url: str, headers: dict = None
) -> requests.models.Response:
"""
Function that, given a data_filepath (e.g. "path/to/file.json"), a validation URL (e.g. http://localhost:3020/validate)
Expand Down

0 comments on commit 1529ae8

Please sign in to comment.