diff options
Diffstat (limited to 'klippy/chelper/__init__.py')
-rw-r--r-- | klippy/chelper/__init__.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/klippy/chelper/__init__.py b/klippy/chelper/__init__.py index 9bb2ebad..99baf7b1 100644 --- a/klippy/chelper/__init__.py +++ b/klippy/chelper/__init__.py @@ -3,9 +3,10 @@ # Copyright (C) 2016-2021 Kevin O'Connor <kevin@koconnor.net> # # This file may be distributed under the terms of the GNU GPLv3 license. -import os, logging -import cffi +import logging +import os +import cffi ###################################################################### # c_helper.so compiling |