Skip to content

Commit

Permalink
fix relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
xxiong2902 committed Dec 21, 2023
1 parent 2563ca5 commit 0905de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _dbt_psycopg2_name():
print(PSYCOPG2_MESSAGE)
return "psycopg2-binary"

from .__version__ import version as package_version
from __version__ import version as package_version
package_name = "dbtx-cockroachdb"
description = """The cockroachdb adapter plugin for dbt (data build tool)"""

Expand Down

0 comments on commit 0905de5

Please sign in to comment.