From 11ccb224963a2502403d2181f3a951d715cb2fb5 Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Sat, 27 Jan 2024 12:49:14 -0500 Subject: [PATCH] Reformat with black --- tiny/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tiny/__main__.py b/tiny/__main__.py index e2d4a813..704253e5 100644 --- a/tiny/__main__.py +++ b/tiny/__main__.py @@ -3,6 +3,7 @@ To run this example, install the wlroots required dependencies, build the ffi bindings (`python wlroots/ffi_build.py`), and launch the main (`python -m tiny`). """ + from __future__ import annotations import logging