diff --git a/slither/detectors/abstract_detector.py b/slither/detectors/abstract_detector.py index ca27e61f8..5b3fe0e25 100644 --- a/slither/detectors/abstract_detector.py +++ b/slither/detectors/abstract_detector.py @@ -1,6 +1,5 @@ import abc import re -from functools import partial from logging import Logger from typing import Optional, List, TYPE_CHECKING, Dict, Union, Callable