Skip to content

Commit

Permalink
Minor import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed Sep 18, 2023
1 parent 2b90a77 commit c816519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bidscoin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import json
from pathlib import Path
from importlib import metadata
from typing import Tuple, Union
from typing import Tuple, Union, List
try:
import tomllib
except ModuleNotFoundError:
Expand Down

0 comments on commit c816519

Please sign in to comment.