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

Pep8 complience #37

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Pep8 complience #37

wants to merge 9 commits into from

Conversation

Rioran
Copy link

@Rioran Rioran commented Jul 2, 2022

A few pep8 oriented changes, involving compatability changes of requirements for tests not to fail or warn and logic file improvements. Actually, just scratched a tip of the iceberg - the pep8 is not fully grasped at the moment.


Parameters:
dt: Any
not used at the moment
Copy link
Owner

Choose a reason for hiding this comment

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

It is not "not used at the moment". This class repeats an interface of a real timezone instance, but returns fake data.


TIME_TO_FREEZE = None
TZ_OFFSET = 0
class Config(object):
Copy link
Owner

Choose a reason for hiding this comment

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

Looks like it's not a Config, since values are not changeable outside. Mb smth like TemporaryData or smth similar?

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

2 participants