Skip to content

Commit

Permalink
fix(ci): fix flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pmokeev committed Dec 5, 2023
1 parent 46c4647 commit 6a779a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slam/backend/mrob_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def __get_unused_features(self) -> List[int]:
"""
try:
robust_mask = self._graph.get_eigen_factors_robust_mask()
except AttributeError as e:
except AttributeError:
return []

unused_features = []
Expand Down

0 comments on commit 6a779a8

Please sign in to comment.