Skip to content
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

move smart_list into sub-package/multiple files #230

Merged
merged 2 commits into from
Jan 8, 2020

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Jan 2, 2020

Step one of refactoring - making SmartList into its own
package, with each class having its own file. No code
changes were made.

Note that SmartList and ListProxy import each other,
so had to import SmartList as a full package name
rather than use from ... import ... construct.

Step one of refactoring - making SmartList into its own
package, with each class having its own file.  No code
changes were made.

Note that SmartList and ListProxy import each other,
so had to import SmartList as a full package name
rather than use from ... import ... construct.
@coveralls
Copy link

coveralls commented Jan 2, 2020

Coverage Status

Coverage increased (+0.002%) to 99.006% when pulling 4065624 on nyurik:move-smartlist into 3fcbe7b on earwig:develop.

@earwig earwig merged commit ea9b5ce into earwig:develop Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants