diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-19 01:36:19 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-19 01:36:19 +0300 |
commit | dd88c8103e13f108a0fed51a82221fdf60f6a188 (patch) | |
tree | 14c0038cd71f9e4a8208278b4e9b5f67e1a91c47 /vk/tracking/__init__.py | |
parent | remove commented out code (diff) | |
download | vk-scripts-dd88c8103e13f108a0fed51a82221fdf60f6a188.tar.gz vk-scripts-dd88c8103e13f108a0fed51a82221fdf60f6a188.zip |
add Pylint configuration & fix the warnings
Diffstat (limited to 'vk/tracking/__init__.py')
-rw-r--r-- | vk/tracking/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vk/tracking/__init__.py b/vk/tracking/__init__.py index 0f9c422..cfc80ea 100644 --- a/vk/tracking/__init__.py +++ b/vk/tracking/__init__.py @@ -2,7 +2,7 @@ # This file is licensed under the terms of the MIT License. # See LICENSE.txt for details. -from .online_streaks import OnlineStreakEnumerator +from .online_streaks import OnlineStreakEnumerator, Weekday from .status_tracker import StatusTracker -__all__ = 'online_streaks', 'status_tracker', +__all__ = 'online_streaks', 'status_tracker', |