From aaa6911a393529d67c3b80d3c68614c950204a39 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 10 Feb 2022 18:42:54 +0100 Subject: clean: remove unused imports --- poezio/ui/consts.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'poezio/ui/consts.py') diff --git a/poezio/ui/consts.py b/poezio/ui/consts.py index 51febf22..91f19a82 100644 --- a/poezio/ui/consts.py +++ b/poezio/ui/consts.py @@ -1,5 +1,3 @@ -from datetime import datetime - FORMAT_CHAR = '\x19' # These are non-printable chars, so they should never appear in the input, # I guess. But maybe we can find better chars that are even less risky. -- cgit v1.2.3