aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/conventionalrp/extractors/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/conventionalrp/extractors/base.py')
-rw-r--r--src/conventionalrp/extractors/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conventionalrp/extractors/base.py b/src/conventionalrp/extractors/base.py
index fc42f29..bc3c41f 100644
--- a/src/conventionalrp/extractors/base.py
+++ b/src/conventionalrp/extractors/base.py
@@ -6,4 +6,4 @@ class BaseExtractor:
raise NotImplementedError("Subclasses should implement this method.")
def load_rules(self, rules_source):
- raise NotImplementedError("Subclasses should implement this method.") \ No newline at end of file
+ raise NotImplementedError("Subclasses should implement this method.")