Skip to content

Commit

Permalink
remove local import
Browse files Browse the repository at this point in the history
  • Loading branch information
channelcat committed Jan 30, 2017
1 parent 626f788 commit c2a377a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/cars/main.py
@@ -1,11 +1,3 @@
import sys
import os
import inspect

currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
sys.path.insert(0, currentdir + '/../../')


from sanic import Sanic
from sanic_openapi import swagger_blueprint, openapi_blueprint
from blueprints.car import blueprint as car_blueprint
Expand Down

0 comments on commit c2a377a

Please sign in to comment.