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/modules/printer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/modules/printer.py') diff --git a/bin/modules/printer.py b/bin/modules/printer.py index cfbca84..bf664d2 100644 --- a/bin/modules/printer.py +++ b/bin/modules/printer.py @@ -12,9 +12,10 @@ format. It makes use of the curses library for terminal handling. import curses import curses.textpad import os - from collections import OrderedDict + from ctypes import c_uint32, cast, POINTER + from modules.world import World -- cgit v1.2.1