Skip to content

Commit

Permalink
Unused regex
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden3c committed Sep 17, 2024
1 parent bf0de90 commit fa237ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/middlewared/middlewared/plugins/disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

RE_SED_RDLOCK_EN = re.compile(r'(RLKEna = Y|ReadLockEnabled:\s*1)', re.M)
RE_SED_WRLOCK_EN = re.compile(r'(WLKEna = Y|WriteLockEnabled:\s*1)', re.M)
RE_SMART_AVAILABLE = re.compile(r'SMART support is:\s+Available')


class DiskModel(sa.Model):
Expand Down

0 comments on commit fa237ad

Please sign in to comment.