aboutsummaryrefslogtreecommitdiffstats
path: root/chocula/kbart.py
diff options
context:
space:
mode:
Diffstat (limited to 'chocula/kbart.py')
-rw-r--r--chocula/kbart.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/chocula/kbart.py b/chocula/kbart.py
index 6c1f580..e8094e3 100644
--- a/chocula/kbart.py
+++ b/chocula/kbart.py
@@ -1,4 +1,3 @@
-
from typing import List, Any
from chocula.common import KbartLoader
@@ -25,7 +24,7 @@ class PorticoKbartLoader(KbartLoader):
def file_path(self) -> str:
return self.config.portico.filepath
-
+
class JstorKbartLoader(KbartLoader):