Skip to content

Commit

Permalink
Fix tests (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Nov 14, 2021
1 parent 0e5835c commit 1d99f5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyhoma/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@

import attr

from pyhoma.enum.gateway import GatewaySubType, GatewayType
from pyhoma.enums import (
DataType,
EventName,
ExecutionState,
ExecutionSubType,
ExecutionType,
FailureType,
GatewaySubType,
GatewayType,
ProductType,
UpdateBoxStatus,
)
Expand Down

0 comments on commit 1d99f5a

Please sign in to comment.