Skip to content

Commit

Permalink
Clean up #4
Browse files Browse the repository at this point in the history
  • Loading branch information
pramitchoudhary committed Feb 6, 2024
1 parent 09d565d commit f10ffc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sidekick/prompter.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
execute_query_pd, extract_table_names,
generate_suggestions, save_query, setup_dir)

__version__ = "0.2.2"
__version__ = "0.2.3"

# Load the config file and initialize required paths
app_base_path = (Path(__file__).parent / "../").resolve()
Expand Down
3 changes: 1 addition & 2 deletions tests/test_db_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
from pathlib import Path

import pytest
from sidekick.prompter import ask, db_setup
from sidekick.query import SQLGenerator
from sidekick.prompter import db_setup
from sidekick.schema_generator import generate_schema
from sidekick.utils import setup_dir

Expand Down

0 comments on commit f10ffc1

Please sign in to comment.