Skip to content

Commit c32279a

Browse files
committed
remove unused import of os
1 parent 49afd8a commit c32279a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compare50/_data.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import abc
22
from collections.abc import Mapping, Sequence
3-
import os
43
import pathlib
54
import numbers
65

76
import attr
87
import pygments
98
import pygments.lexers
10-
119
from .lexers import WordLexer
1210

1311

0 commit comments

Comments
 (0)