Skip to content

Commit 84b8804

Browse files
committed
Fix import in headers.py
1 parent 0ab6c96 commit 84b8804

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

aikido_zen/helpers/headers.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
from typing import List
2-
3-
from typing_extensions import Optional
1+
from typing import List, Optional
42

53

64
class Headers(dict):

0 commit comments

Comments
 (0)