Skip to content

Commit

Permalink
Merge pull request #192 from pieces-app/fix/import_issue
Browse files Browse the repository at this point in the history
relative to absolute import
  • Loading branch information
bishoy-at-pieces authored Oct 15, 2024
2 parents 1c113d6 + 20ca0e6 commit 1d8fc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pieces/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pieces.autocommit import *
from pieces.copilot import *

from . import __version__
from pieces import __version__
ask_stream = AskStream()

class PiecesCLI:
Expand Down

0 comments on commit 1d8fc6e

Please sign in to comment.