Skip to content

Commit ecc654f

Browse files
committed
Clean up imports
1 parent b358088 commit ecc654f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cli.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
import importlib.util
22
import json
33
import os
4-
import re
54
import subprocess
65
import sys
7-
import time
86
import urllib.parse
97
from datetime import datetime
10-
from genericpath import exists
118
from pathlib import Path
129
from sys import exit
1310
from typing import Any, Dict, List, Optional, Tuple

0 commit comments

Comments
 (0)