Skip to content

Commit 4da137e

Browse files
JWock82JWock82
authored andcommitted
Removed unnecessary code that was causing errors
1 parent 7edad2e commit 4da137e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Pynite/Reporting.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,3 @@ def get_wkhtmltopdf_path(log: bool = True) -> str | None:
181181

182182
# None found
183183
return None
184-
185-
186-
# %%
187-
if __name__ == "__main__":
188-
# Example: Run a demo if this file is executed directly
189-
logger.info("This module is intended to be imported, not run directly.")

0 commit comments

Comments
 (0)