Skip to content

Commit

Permalink
Remove unneccesarily qualified imports.
Browse files Browse the repository at this point in the history
Remove some of the qualified imports as they are not needed to be
qualified. Make some of the import more explicit as to which
symbols are being imported.
  • Loading branch information
NyanHelsing committed Apr 10, 2018
1 parent c1f29f5 commit 9fd0534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waterbutler/core/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from waterbutler.core import exceptions
from waterbutler.core.metadata import (
BasMetadata,
BaseMetadata,
BaseFileMetadata,
BaseFolderMetadata
)
Expand Down

0 comments on commit 9fd0534

Please sign in to comment.