From 64ccdd25a6e49b47bfc3a7fea9f2cc498ce70880 Mon Sep 17 00:00:00 2001 From: Miguel Guthridge Date: Fri, 2 Feb 2024 21:11:28 +1100 Subject: [PATCH] Fix lint --- tests/parsing_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/parsing_test.py b/tests/parsing_test.py index 61bd979..e8ebf98 100644 --- a/tests/parsing_test.py +++ b/tests/parsing_test.py @@ -3,7 +3,6 @@ Tests for ensuring that parsing of docstrings works correctly. """ -import importlib from pathlib import Path from transdoc import transform from inspect import getsource