Skip to content

Commit

Permalink
remove unintentional Python 3.10 dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
  • Loading branch information
dirkhh committed Sep 27, 2023
1 parent 0f6edb7 commit 144abd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
T = Enum("T", ["Yes", "No", "Unknown"])


def generic_get_json(url: str, data: str | None):
def generic_get_json(url: str, data):
try:
req = request.Request(
url,
Expand Down

0 comments on commit 144abd5

Please sign in to comment.