Skip to content

Commit efd4a97

Browse files
author
Dan Hertz
committed
remove extra import
1 parent 7864b54 commit efd4a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nightfall/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import hashlib
1010
import logging
1111
import os
12-
from typing import Dict, List, Tuple, Optional
12+
from typing import List, Tuple, Optional
1313

1414
import requests
1515
from requests.adapters import HTTPAdapter

0 commit comments

Comments
 (0)