Skip to content

Commit 91d71b0

Browse files
committed
Fixed formatting
1 parent c0c37bf commit 91d71b0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/pyswip/prolog.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,11 @@ def retractall(cls, term, catcherrors=False):
203203

204204
@classmethod
205205
def consult(
206-
cls, path: Union[str, Path], *, catcherrors=False, relative_to: Union[str, Path] = ""
206+
cls,
207+
path: Union[str, Path],
208+
*,
209+
catcherrors=False,
210+
relative_to: Union[str, Path] = "",
207211
):
208212
path = resolve_path(path, relative_to)
209213
next(cls.query(str(path).join(["consult('", "')"]), catcherrors=catcherrors))

0 commit comments

Comments
 (0)