Skip to content

Commit 47a6b13

Browse files
authored
Merge pull request adafruit#4906 from FoamyGuy/remove_duplicate_line
remove duplicate line in setup py
2 parents 2548f86 + 17cef00 commit 47a6b13

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)