Skip to content

Commit b8ccded

Browse files
committed
format
1 parent c010f1a commit b8ccded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smart_importer/predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class EntryPredictor:
5454
weights: dict[str, float] = {}
5555
attribute: str | None = None
5656

57-
def __init__(#pylint: disable=too-many-arguments
57+
def __init__( # pylint: disable=too-many-arguments
5858
self,
5959
predict: bool = True,
6060
overwrite: bool = False,

0 commit comments

Comments
 (0)