Skip to content

Commit

Permalink
fix: linter issues based on superlinter rules!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Oct 16, 2023
1 parent 6533be3 commit 87ab264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tc_core_analyzer_lib/utils/assessments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
from .assess_connected import assess_connected
from .assess_consistent import assess_consistent
from .assess_dropped import assess_dropped
from .assess_inconsistent import assess_inconsistent
from .assess_lurker import assess_lurker
from .assess_overlap import assess_overlap
from .assess_remainder import assess_remainder
from .assess_still_active import assess_still_active
from .assess_vital import assess_vital
from .assess_inconsistent import assess_inconsistent
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def assess_inconsistent(
all_new_active: dict[str, set[str]],
all_consistent: dict[str, set[str]],
w_i: int,
) -> dict[str, set[str]]:
) -> set[str]:
"""
assess inconsistently active members base on the given input sets
Expand Down

0 comments on commit 87ab264

Please sign in to comment.