From 41c8cbdefb085c878483e819d25e82c055462590 Mon Sep 17 00:00:00 2001 From: Ahmed Essam Date: Mon, 30 Dec 2024 22:10:45 +0200 Subject: [PATCH] Remove unnecessary comment --- tests/test_fileutils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_fileutils.py b/tests/test_fileutils.py index 5e991a58..81987b0b 100644 --- a/tests/test_fileutils.py +++ b/tests/test_fileutils.py @@ -9,7 +9,6 @@ from boltons.strutils import removeprefix -# Directory of boltons source files (not ending with '/'). BOLTONS_PATH = os.path.dirname(os.path.abspath(fileutils.__file__))