aboutsummaryrefslogtreecommitdiffstats
path: root/chocula/kbart.py
diff options
context:
space:
mode:
Diffstat (limited to 'chocula/kbart.py')
-rw-r--r--chocula/kbart.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/chocula/kbart.py b/chocula/kbart.py
index 23c5533..0246df9 100644
--- a/chocula/kbart.py
+++ b/chocula/kbart.py
@@ -1,4 +1,9 @@
-from chocula.common import KbartLoader, OnixCsvLoader, CarinianaCsvLoader, HathifilesLoader
+from chocula.common import (
+ KbartLoader,
+ OnixCsvLoader,
+ CarinianaCsvLoader,
+ HathifilesLoader,
+)
class ClockssKbartLoader(KbartLoader):