We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014d97b commit 35f2056Copy full SHA for 35f2056
examples/09_custom_file_transfer_example.py
@@ -18,8 +18,6 @@
18
19
import os
20
import sys
21
-import time
22
-from pathlib import Path
23
24
# Add the parent directory to the path so we can import the jupiterone client
25
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
0 commit comments