Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
CallmeNafiy committed Aug 5, 2024
1 parent a1fb99f commit b922ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/test_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
import sys

from dotenv import load_dotenv

sys.path.append(".")
Expand All @@ -8,7 +9,6 @@

from any_parser import AnyParser # noqa: E402


if __name__ == "__main__":
load_dotenv()

Expand All @@ -20,4 +20,4 @@
print("file/document extraction test:")
content_result = any_parser_instance.extract(example_local_file)
print(type(content_result))
print(content_result)
print(content_result)

0 comments on commit b922ad2

Please sign in to comment.