Skip to content

Commit

Permalink
Delete unused and incorrect _re_alphanum
Browse files Browse the repository at this point in the history
No functional change intended.

(cherry picked from commit 481957a)
  • Loading branch information
DemiMarie authored and marmarek committed May 13, 2023
1 parent ff50872 commit e7b5488
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qubes/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@

BLKSIZE = 512

_re_alphanum = re.compile(r'^[A-Za-z0-9-]*$')


class BackupCanceledError(qubes.exc.QubesException):
def __init__(self, msg, tmpdir=None):
Expand Down

0 comments on commit e7b5488

Please sign in to comment.