Skip to content

Commit

Permalink
cleanup: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nachtzuster committed Jun 9, 2024
1 parent e6f48f8 commit e63ed04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/utils/helpers.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from configparser import ConfigParser
import datetime
import glob
import os
import stat
import re
import subprocess
from configparser import ConfigParser
from itertools import chain

from tzlocal import get_localzone
Expand Down

0 comments on commit e63ed04

Please sign in to comment.