Skip to content

Commit 585a98e

Browse files
addresses pylint issue
1 parent 3dcab07 commit 585a98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/models/aerosurfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from enum import Enum
2-
from typing import Optional, List, Tuple
2+
from typing import Optional, Tuple
33
from pydantic import BaseModel
44

55

0 commit comments

Comments
 (0)