Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Platypush
platypush
Commits
ba23eb72
Verified
Commit
ba23eb72
authored
Apr 28, 2022
by
Fabio Manganiello
Browse files
Small LINT fix
parent
41d0725e
Pipeline
#219
passed with stages
in 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
platypush/cron/scheduler.py
View file @
ba23eb72
...
...
@@ -17,8 +17,8 @@ def get_now() -> datetime.datetime:
:return: A timezone-aware representation of `now`
"""
return
datetime
.
datetime
.
now
().
replace
(
tzinfo
=
gettz
()
)
# lgtm [py/call-to-non-callable]
tzinfo
=
gettz
()
# lgtm [py/call-to-non-callable]
)
class
CronjobState
(
enum
.
IntEnum
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment