Skip to content

Commit

Permalink
so pytest doesnt complain
Browse files Browse the repository at this point in the history
  • Loading branch information
majidaldo committed Jan 8, 2025
1 parent 6d9582a commit 178ada7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/rdf_engine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# reset to 0 if issues
__version__ = "201"
__version__ = "202"

from .engine import Engine, logger
1 change: 0 additions & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def test_prog():
from rdf_engine.program import Program
_ = Program.parse(s)
_ = _.run()
return _


if __name__ == '__main__':
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 178ada7

Please sign in to comment.