Skip to content

Commit 9fd0534

Browse files
committed
Remove unneccesarily qualified imports.
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.
1 parent c1f29f5 commit 9fd0534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

waterbutler/core/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from waterbutler.core import exceptions
1515
from waterbutler.core.metadata import (
16-
BasMetadata,
16+
BaseMetadata,
1717
BaseFileMetadata,
1818
BaseFolderMetadata
1919
)

0 commit comments

Comments
 (0)