Skip to content

Commit 4e25349

Browse files
committed
Remove unused import
1 parent 9b17de6 commit 4e25349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotenv/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import shlex
44
import sys
55
from contextlib import contextmanager
6-
from typing import IO, Any, Dict, Iterator, List, Optional
6+
from typing import IO, Any, Dict, Iterator, List
77

88
if sys.platform == "win32":
99
from subprocess import Popen

0 commit comments

Comments
 (0)