Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 8, 2023
1 parent 6d8eb30 commit ee8b9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/emit_core/results/revision.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ def set_emi_category_filter_enabled(self, category: EmiCategoryFilter, enabled:
raise RuntimeError("This function is only supported in AEDT version 2024 R1 and later.")
engine = self.emit_project._emit_api.get_engine()
engine.set_emi_category_filter_enabled(category, enabled)

@property
def license_session(self):
"""Get a license_session object.
Expand Down

0 comments on commit ee8b9c0

Please sign in to comment.