From 2cfe3a12dd751462aba5fd3f3b40c8a7ebf1c969 Mon Sep 17 00:00:00 2001 From: alexsweeten Date: Mon, 22 Apr 2024 13:22:32 -0400 Subject: [PATCH] black lint interactive.py --- src/moddotplot/interactive.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/moddotplot/interactive.py b/src/moddotplot/interactive.py index 660c84d..d88dca7 100644 --- a/src/moddotplot/interactive.py +++ b/src/moddotplot/interactive.py @@ -2,8 +2,6 @@ from moddotplot.estimate_identity import ( getInteractiveColor, getMatchingColors, - verifyModimizers, - setZoomLevels, makeDifferencesEqual, generateDictionaryFromList, findValueInRange,