Skip to content
Snippets Groups Projects
Commit f468b49c authored by Campbell Barton's avatar Campbell Barton
Browse files

Cleanup: unused variable

parent 0e528252
No related branches found
No related tags found
No related merge requests found
...@@ -165,7 +165,6 @@ def main() -> None: ...@@ -165,7 +165,6 @@ def main() -> None:
else: else:
info = "[" + term_colors.OKBLUE + "OK" + term_colors.ENDC + "] " + info info = "[" + term_colors.OKBLUE + "OK" + term_colors.ENDC + "] " + info
date_str = ""
print("{:s}: days-old({:d}), {:s}:{:d} {:s}".format( print("{:s}: days-old({:d}), {:s}:{:d} {:s}".format(
data.strftime("%Y/%m/%d"), data.strftime("%Y/%m/%d"),
days_old, days_old,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment