From 2050abd4fbd617112761c4a37e8b0750d679acf6 Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Sat, 9 Mar 2024 12:10:00 +0100 Subject: [PATCH] lint: new black version Something changed in `black`, I guess. --- src/pinnwand/path.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pinnwand/path.py b/src/pinnwand/path.py index 93dc34b..2607040 100644 --- a/src/pinnwand/path.py +++ b/src/pinnwand/path.py @@ -1,4 +1,5 @@ """Shorthands for paths for templates, static assets, etc.""" + import pathlib from pinnwand.configuration import Configuration, ConfigurationProvider