Skip to content

Commit 9c067b0

Browse files
committed
STY: Fix flake8 errors
1 parent 5739db5 commit 9c067b0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

qiita_pet/webserver.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# login code modified from https://gist.github.com/guillaumevincent/4771570
22
import tornado.auth
33
import tornado.escape
4-
import tornado.options
54
import tornado.web
65
import tornado.websocket
7-
from tornado.options import define, options
86
from os.path import dirname, join
97
from base64 import b64encode
108
from uuid import uuid4
@@ -33,7 +31,6 @@
3331
from qiita_pet.handlers.download import DownloadHandler
3432
from qiita_db.util import get_mountpoint
3533

36-
define("port", default=8888, help="run on the given port", type=int)
3734

3835
DIRNAME = dirname(__file__)
3936
STATIC_PATH = join(DIRNAME, "static")

0 commit comments

Comments
 (0)