Skip to content

Commit

Permalink
removing unneeded import that breaks in python2, thanks to @markd
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianh committed Jul 22, 2022
1 parent f4d9b7a commit 5722100
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cbPyLib/cellbrowser/genes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# tested on python3 and python2
import logging, sys, optparse, string, glob, gzip, json
from io import StringIO
#from urllib.request import urlopen
from urllib.request import Request, urlopen

from collections import defaultdict
from os.path import join, basename, dirname, isfile

Expand Down

0 comments on commit 5722100

Please sign in to comment.