From be55d2d675ee0c19ffc4e958c1688b661c042941 Mon Sep 17 00:00:00 2001 From: Tim Huff Date: Wed, 2 Aug 2023 11:34:20 -0700 Subject: [PATCH] trivial changes to spacing --- src/groundlight/internalapi.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/groundlight/internalapi.py b/src/groundlight/internalapi.py index 515768fa..6a44cb13 100644 --- a/src/groundlight/internalapi.py +++ b/src/groundlight/internalapi.py @@ -21,11 +21,9 @@ class NotFoundError(Exception): pass - class InspectionError(Exception): pass - class UpdateDetectorError(Exception): pass