diff options
Diffstat (limited to 'klippy/extras/exclude_object.py')
-rw-r--r-- | klippy/extras/exclude_object.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/exclude_object.py b/klippy/extras/exclude_object.py index 3043e8dd..eb8700b3 100644 --- a/klippy/extras/exclude_object.py +++ b/klippy/extras/exclude_object.py @@ -5,8 +5,8 @@ # # This file may be distributed under the terms of the GNU GPLv3 license. -import logging import json +import logging class ExcludeObject: |