diff --git a/src/qlever/util.py b/src/qlever/util.py index 74040c31..c92ab4b1 100644 --- a/src/qlever/util.py +++ b/src/qlever/util.py @@ -231,4 +231,5 @@ def name_from_path(path: str) -> str: Helper function that returns the name of the file from its path. E.g. /qlever/ServerMain -> ServerMain """ - return Path(path).name \ No newline at end of file + return Path(path).name +