Fix whitespace

This commit is contained in:
ines 2017-05-08 15:42:31 +02:00
parent 60db497525
commit 607ba458e7

View File

@ -169,7 +169,6 @@ def is_package(origin):
return False
def get_model_package_path(package_name):
# Here we're importing the module just to find it. This is worryingly
# indirect, but it's otherwise very difficult to find the package.