From fc1aa11f8d416c7fff32d66ae3167c219727c348 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Thu, 9 Nov 2023 15:37:35 -0600 Subject: [PATCH] group real imports in `bare` --- bare.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bare.py b/bare.py index 642c59e..a10c2a3 100644 --- a/bare.py +++ b/bare.py @@ -1,11 +1,10 @@ #!/usr/bin/python3 from socket import socket from overrides import bytes, bbytes +from typing import NoReturn, Union logs = ... re = ... -from typing import NoReturn, Union - cmds = ... conf = ... sleep = ...