Skip to content

Commit b3685d5

Browse files
committed
lint
1 parent 0159005 commit b3685d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cadence/_internal/decision_state_machine.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from __future__ import annotations
22

33
from dataclasses import dataclass, field
4-
from enum import Enum, auto
5-
from typing import Dict, List, Optional, Sequence, Callable, Any, Tuple
4+
from enum import Enum
5+
from typing import Dict, List, Optional, Callable
66

77
from cadence.api.v1 import (
88
decision_pb2 as decision,

0 commit comments

Comments
 (0)