Skip to content

Commit

Permalink
Remove six module.
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonsmith committed Apr 23, 2020
1 parent 563ae59 commit 6eb2da6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ dependencies:
- pyparsing==2.4.2
- python-dateutil==2.8.0
- requests==2.22.0
- six==1.12.0
- sympy==1.4
- traitlets==4.3.2
- urllib3==1.25.3
Expand Down
1 change: 0 additions & 1 deletion tests/test_line_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import numpy as np
from shutil import copyfile
import os.path
from six.moves import range

def test_uniquify():
"""
Expand Down

0 comments on commit 6eb2da6

Please sign in to comment.