Skip to content

Commit 17cef00

Browse files
committed
remove duplicate line in setup py
1 parent 2548f86 commit 17cef00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
STD_PACKAGES = set(('array', 'math', 'os', 'random', 'struct', 'sys', 'ssl', 'time'))
1313

14-
STD_PACKAGES = set(('array', 'math', 'os', 'random', 'struct', 'sys', 'ssl', 'time'))
15-
1614
stub_root = Path("circuitpython-stubs")
1715
stubs = [p.relative_to(stub_root).as_posix() for p in stub_root.glob("*.pyi")]
1816

0 commit comments

Comments
 (0)