Skip to content

Commit

Permalink
[FuzzyDate] - silence PEP8 noqa E704
Browse files Browse the repository at this point in the history
  • Loading branch information
Twol committed Oct 5, 2023
1 parent 428e32a commit 31e7a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Tools/FuzzyDate.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def FuzzyTime(t, inPast=False):


if __name__ == "__main__":
def _(x): return x
def _(x): return x # noqa: E704
print("now: %s %s" % FuzzyTime(time()))
for i in range(1, 14):
print("+%2s day(s): %s " % (i, FuzzyTime(time() + 86400 * i)))
Expand Down

0 comments on commit 31e7a85

Please sign in to comment.