Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinli committed Dec 11, 2018
1 parent 11696f8 commit 5f4a055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detect_secrets/plugins/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ class FooDetector(RegexBasedDetector):

@abstractproperty
def secret_type(self):
return NotImplementedError
raise NotImplementedError

@abstractproperty
def blacklist(self):
return NotImplementedError
raise NotImplementedError

def analyze_string(self, string, line_num, filename):
output = {}
Expand Down

0 comments on commit 5f4a055

Please sign in to comment.