ColinRobbins / scm-helper

No blank lines allowed after function docstring FLK-D202
Documentation
Minor
2 occurrences in this check
No blank lines allowed after function docstring
 596        return True
 597
 598    def fix_secat(self):
 599        """fix_se categories.""" 600
 601        if A_ASA_CATEGORY not in self.data:
 602            return False
No blank lines allowed after function docstring
476        return True
477
478    def fix_secat(self):
479        """fix_se categories."""480
481        res = self.members.fix_secat()
482        if res is False: