Skip to content

Commit

Permalink
[IMP] Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Oct 16, 2024
1 parent b0a0821 commit b8546af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/app/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@
from cryptography.exceptions import InvalidSignature
from cryptography.hazmat.primitives import hashes
from cryptography.hazmat.primitives import hmac
from flask import request
from flask_login import current_user
from pathlib import Path
from pyunpack import Archive
from sqlalchemy.orm.attributes import flag_modified

from app import app
from app import db
from app.models import Cases


class FileRemover(object):
Expand Down

0 comments on commit b8546af

Please sign in to comment.