Skip to content

Commit

Permalink
blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
jrzkaminski committed Jul 8, 2024
1 parent 9c43b71 commit a9841f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bamt/core/node_models/regressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ def __getattr__(self, name: str):
return getattr(self._regressor, name)
raise AttributeError(
f"'{self.__class__.__name__}' object has no attribute '{name}'"
)
)

0 comments on commit a9841f4

Please sign in to comment.