Skip to content

Commit

Permalink
Remove cyclic dependency on directory init
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Jan 24, 2025
1 parent 895c394 commit 3116bca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ Houseplant uses the following environment variables:
- ``CLICKHOUSE_PORT``: ClickHouse server port
- ``CLICKHOUSE_USER``: ClickHouse username
- ``CLICKHOUSE_PASSWORD``: ClickHouse password
- ``CLICKHOUSE_DATABASE``: ClickHouse database name
- ``CLICKHOUSE_DB``: ClickHouse database name
2 changes: 1 addition & 1 deletion src/houseplant/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def common(
@app.command()
def init():
"""Initialize a new houseplant project."""
hp = get_houseplant()
hp = Houseplant()
hp.init()


Expand Down

0 comments on commit 3116bca

Please sign in to comment.