Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibelp committed Apr 20, 2024
1 parent cca0288 commit 3f60df0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modifiers/allocation/modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class AllocOpt(Enum):
MAX_REQUEST = 202
QUEUE = 203


@staticmethod
def as_type(enumval, input):
if enumval in [AllocOpt.SCHEDULER, AllocOpt.QUEUE]:
Expand Down

0 comments on commit 3f60df0

Please sign in to comment.