Skip to content

Commit

Permalink
Exclude artifacts from python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmindset committed May 13, 2024
1 parent 8e4ac71 commit 926e9ab
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions insolver/model_tools/datasets.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import os
import sys

if sys.version_info >= (3, 8):
from typing import Literal
else:
from typing_extensions import Literal

from typing import Union
from typing import Union, Literal
from os import PathLike
from io import BytesIO
from urllib.request import urlopen
Expand Down

0 comments on commit 926e9ab

Please sign in to comment.