Skip to content

Commit

Permalink
[fix] Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
MadSchemas committed Feb 4, 2025
1 parent bf62ee9 commit c00460a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyreindexer/tests/tests/test_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

from hamcrest import *

import pytest

from pyreindexer.exceptions import ApiError


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def build_cmake(self, ext):


setup(name=PACKAGE_NAME,
version='0.3.7',
version='0.3.8',
description='A connector that allows to interact with Reindexer',
author='Igor Tulmentyev',
maintainer='Reindexer Team',
Expand Down

0 comments on commit c00460a

Please sign in to comment.