Skip to content

types for Storage classes #158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 8, 2017
Merged

types for Storage classes #158

merged 1 commit into from
Oct 8, 2017

Conversation

gronke
Copy link
Member

@gronke gronke commented Oct 3, 2017

#155 points out missing type interfaces in Storage classes.

@igalic igalic changed the title [WIP] types for Storage classes types for Storage classes Oct 4, 2017
Copy link
Collaborator

@igalic igalic left a comment

Choose a reason for hiding this comment

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

first look


def apply(
self,
release: 'iocage.lib.Release.ReleaseGenerator'
Copy link
Collaborator

Choose a reason for hiding this comment

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

importing iocage.lib.Release into this file would be too much?

self,
release: 'iocage.lib.Release.ReleaseGenerator'
) -> None:

self.logger.warn(
Copy link
Collaborator

Choose a reason for hiding this comment

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

logger is still not part of this class

@gronke gronke force-pushed the chore/storage-typing branch 2 times, most recently from 845ac9c to d3e443c Compare October 8, 2017 01:03
@gronke gronke force-pushed the chore/storage-typing branch from d3e443c to c10ea60 Compare October 8, 2017 15:58
@gronke gronke merged commit a03a18b into master Oct 8, 2017
@gronke gronke deleted the chore/storage-typing branch October 8, 2017 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants