From 38764943e5fc61c424c018068dc7f6790dddf147 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 02:29:14 +0100 Subject: Format repass. --- bin/salis.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/salis.py') diff --git a/bin/salis.py b/bin/salis.py index f51484c..e40e72d 100755 --- a/bin/salis.py +++ b/bin/salis.py @@ -20,13 +20,14 @@ import os import re import sys import time - from argparse import ArgumentParser, HelpFormatter +from subprocess import check_call + from ctypes import CDLL, c_bool, c_uint8, c_uint32, c_char_p, POINTER + from modules.common import Common from modules.handler import Handler from modules.printer import Printer -from subprocess import check_call __version__ = "2.0" -- cgit v1.2.1