Skip to content

Commit

Permalink
Style again
Browse files Browse the repository at this point in the history
  • Loading branch information
psakievich committed Dec 4, 2023
1 parent ad341d1 commit a1ca1ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/mock/project_a/find-project_a.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def detector(name):
else:
return False


class Detector:
"""
class based implementation of a machine detector
Expand All @@ -38,6 +39,7 @@ def __call__(self, name):
else:
return False


def load_detector(use_class=False):
"""function to load a callable dectector object"""
if use_class:
Expand Down

0 comments on commit a1ca1ae

Please sign in to comment.