Skip to content

Commit 6ed9935

Browse files
generatedunixname893464919433493meta-codesync[bot]
authored andcommitted
Fix PYRE_FIXME issue in fbcode/core_stats/balance/sample_class.py (#299)
Summary: Pull Request resolved: #299 Reviewed By: talgalili Differential Revision: D91468929 fbshipit-source-id: 628901a45e9d98bc4231d119c455d68c04e785d7
1 parent 1dc94d0 commit 6ed9935

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

balance/sample_class.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ class Sample:
130130
weight_column = None
131131
# pyre-fixme[4]: Attributes are initialized in from_frame()
132132
_links = None
133-
# pyre-fixme[4]: Attributes are initialized in from_frame()
134-
_adjustment_model = None
133+
_adjustment_model: Dict[str, Any] | None = None
135134
# pyre-fixme[4]: Attributes are initialized in from_frame()
136135
_df_dtypes = None
137136

0 commit comments

Comments
 (0)