Skip to content

Commit b4d7f41

Browse files
committed
remove unused imports
1 parent c86de28 commit b4d7f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupiterone/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import json
33
import os
44
from warnings import warn
5-
from typing import Dict, List, Union, Optional, Any, Callable, Iterator, Tuple, Set
5+
from typing import Dict, List, Union, Optional, Any
66
from datetime import datetime
77
import time
88
import re

0 commit comments

Comments
 (0)