Skip to content

Commit

Permalink
fix: use full import path
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Oct 1, 2024
1 parent 913dec3 commit 6769066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_forge_webservices/webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ def main():

LOGGER.info(
"starting server - conda-forge-webservices "
f"version {conda_forge_webservices.__version__}"
f"version {conda_forge_webservices._version.__version__}"
)

if args.local:
Expand Down

0 comments on commit 6769066

Please sign in to comment.