Skip to content

Commit 50bb41a

Browse files
xtajealysivji
authored andcommitted
Fix relative imports for Python 2.7 (#11)
1 parent 40d0504 commit 50bb41a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

falcon_apispec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .version import __version__ # noqa
22

3-
from .falcon import FalconPlugin # noqa
3+
from .falcon_plugin import FalconPlugin # noqa

0 commit comments

Comments
 (0)