Correct relative imports.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from base import CommandRunner, BaseCommand # noqa
|
||||
from serve import ServeCommand # noqa
|
||||
from shell import ShellCommand # noqa
|
||||
from create import CreateCommand # noqa
|
||||
from .base import CommandRunner, BaseCommand # noqa
|
||||
from .serve import ServeCommand # noqa
|
||||
from .shell import ShellCommand # noqa
|
||||
from .create import CreateCommand # noqa
|
||||
|
||||
Reference in New Issue
Block a user