Skip to content

Commit 2cbf217

Browse files
prettify
1 parent 7e18e39 commit 2cbf217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

record_api/type_analysis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ def annotation(self) -> cst.BaseExpression:
149149
def module(self) -> typing.Optional[str]:
150150
return None
151151

152-
153152
# Set field set to be all fields, so none are ignored even if not set
154153
@property # type: ignore
155154
def __fields_set__(self) -> typing.Set[str]: # type: ignore
@@ -159,6 +158,7 @@ def __fields_set__(self) -> typing.Set[str]: # type: ignore
159158
def __fields_set__(self, val: typing.Set[str]) -> None:
160159
pass
161160

161+
162162
class InputTypeBase(BaseModel, abc.ABC):
163163
@abc.abstractmethod
164164
def to_output(self) -> OutputType:

0 commit comments

Comments
 (0)