Skip to content

Commit

Permalink
remove intenum
Browse files Browse the repository at this point in the history
  • Loading branch information
milocress committed Jun 17, 2024
1 parent 415f81c commit 7bc0865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer/algorithms/utils/augmentation_primitives.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
implementations of enhancing color, contrast, brightness, and sharpness.
* ``augmentation_sets["all"]`` contains all augmentations.
"""
from enum import IntEnum
from typing import Callable

import numpy as np
Expand Down

0 comments on commit 7bc0865

Please sign in to comment.