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

review theme module structure #63

Closed
ppanero opened this issue Feb 20, 2020 · 1 comment · Fixed by #84
Closed

review theme module structure #63

ppanero opened this issue Feb 20, 2020 · 1 comment · Fixed by #84
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@ppanero
Copy link
Member

ppanero commented Feb 20, 2020

Is the __init__.py file needed: I assume yes cuz is a python module. Next question, is the version import needed? I think is not, shall it be removed?

from ..version import __version__

__all__ = ('__version__', )
@fenekku
Copy link
Contributor

fenekku commented Feb 27, 2020

Definitely not needed. We can remove it.

@lnielsen lnielsen added bug Something isn't working good first issue Good for newcomers labels Mar 18, 2020
@ppanero ppanero moved this from To Do to In Progress in InvenioRDM March Board Mar 25, 2020
@ppanero ppanero self-assigned this Mar 25, 2020
@ppanero ppanero moved this from In Progress to In Review in InvenioRDM March Board Mar 25, 2020
InvenioRDM March Board automation moved this from In Review to Done Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants