We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c010f1a commit b8ccdedCopy full SHA for b8ccded
smart_importer/predictor.py
@@ -54,7 +54,7 @@ class EntryPredictor:
54
weights: dict[str, float] = {}
55
attribute: str | None = None
56
57
- def __init__(#pylint: disable=too-many-arguments
+ def __init__( # pylint: disable=too-many-arguments
58
self,
59
predict: bool = True,
60
overwrite: bool = False,
0 commit comments