1 parent 9b17de6 commit 4e25349Copy full SHA for 4e25349
1 file changed
src/dotenv/cli.py
@@ -3,7 +3,7 @@
3
import shlex
4
import sys
5
from contextlib import contextmanager
6
-from typing import IO, Any, Dict, Iterator, List, Optional
+from typing import IO, Any, Dict, Iterator, List
7
8
if sys.platform == "win32":
9
from subprocess import Popen
0 commit comments