Skip to content

Commit cfdc7e5

Browse files
committed
style: merge collections imports into single line
1 parent 9343989 commit cfdc7e5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/dotenv/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
import stat
66
import sys
77
import tempfile
8-
from collections import OrderedDict
9-
from collections import ChainMap
8+
from collections import ChainMap, OrderedDict
109
from contextlib import contextmanager
1110
from typing import IO, Dict, Iterable, Iterator, Mapping, Optional, Tuple, Union
1211

0 commit comments

Comments
 (0)