Skip to content

Commit

Permalink
[IMP] Removed seemingly dead method
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Oct 16, 2024
1 parent b8546af commit 2f0dd16
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/app/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ def decompress_7z(filename: Path, output_dir):
return True


def get_random_suffix(length):
letters = string.ascii_lowercase
result_str = ''.join(random.choice(letters) for i in range(length))
return result_str


def add_obj_history_entry(obj, action, commit=False):
if hasattr(obj, 'modification_history'):

Expand Down

0 comments on commit 2f0dd16

Please sign in to comment.