Skip to content

Commit

Permalink
lint : unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
joway committed Sep 30, 2018
1 parent a94e343 commit da7ef58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lemon/response.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import json

from lemon.const import MIME_TYPES, CHARSETS
from lemon.exception import LemonResponseFormatError
from lemon.request import HttpHeaders


Expand Down
1 change: 0 additions & 1 deletion lemon/router.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import typing
from abc import ABCMeta, abstractmethod
from copy import deepcopy

import kua

Expand Down

0 comments on commit da7ef58

Please sign in to comment.