Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Conversation

BartoszCki
Copy link
Contributor

No description provided.

@BartoszCki BartoszCki requested a review from mkulaczkowski as a code owner May 9, 2019 18:26
from paperspace.utils import get_terminal_lines
from paperspace import config, version, client
from paperspace.commands import common
from paperspace.commands.common import CommandBase
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you keep importing both common and from common?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed that, fixed now

from paperspace.commands.common import CommandBase
from paperspace.utils import get_terminal_lines
from paperspace.workspace import S3WorkspaceHandler
from . import common
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above. also, why one time it's relative, other time it's absolute?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@BartoszCki BartoszCki merged commit d91504f into master May 10, 2019
@kossak kossak deleted the Refactor-list-commands branch May 13, 2019 10:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants