From 0957c07064f8cd89a2a81a0ff1e51ca4bab77c69 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 26 Apr 2024 13:50:47 -0400 Subject: [PATCH] refactor: remove obsolete constant --- coverage/files.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/coverage/files.py b/coverage/files.py index 5fb704350..b2f69a20b 100644 --- a/coverage/files.py +++ b/coverage/files.py @@ -87,8 +87,6 @@ def canonical_filename(filename: str) -> str: return CANONICAL_FILENAME_CACHE[filename] -MAX_FLAT = 100 - def flat_rootname(filename: str) -> str: """A base for a flat file name to correspond to this file.