From 965771fb0d85ddb27dc6c5dd7df822d1fb318286 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sat, 15 Mar 2025 16:35:39 +0800 Subject: refactor: clean up code formatting and add new PluginManager class --- src/conventionalrp/extractors/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conventionalrp/extractors/base.py') 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.") -- cgit v1.2.3-70-g09d2