From 8c34850925631d9af54302eae76a28ad20c8273b Mon Sep 17 00:00:00 2001 From: Christopher Barber Date: Sat, 4 May 2024 18:59:24 -0400 Subject: [PATCH] another try to fix config test --- test/cli/test_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cli/test_config.py b/test/cli/test_config.py index fb6699e..8040e64 100644 --- a/test/cli/test_config.py +++ b/test/cli/test_config.py @@ -25,7 +25,6 @@ from urllib.error import URLError # third party -from platformdirs import user_config_path import pytest # this project