From db40b9e70b917dbbbfda48f6d77a2fc509366a82 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 22 Jun 2020 13:46:42 -0700 Subject: fmt (black) --- chocula/kbart.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chocula/kbart.py') 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): -- cgit v1.2.3