Skip to content

Commit

Permalink
Comment out unused datetime to pass code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlangevin committed Jan 24, 2025
1 parent 0b6e2ba commit b98387b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scout/htcl_totals.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import json
from collections import OrderedDict
from datetime import datetime
# from datetime import datetime
import gzip
from scout.config import FilePaths as fp

Expand Down

0 comments on commit b98387b

Please sign in to comment.