Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Nov 15, 2024
1 parent 4fc9248 commit 8573fbd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions opteryx/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@
import threading
import time

import opteryx
from opteryx.exceptions import MissingSqlStatement
from opteryx.utils.sql import clean_statement
from opteryx.utils.sql import remove_comments

sys.path.insert(1, os.path.join(sys.path[0], ".."))

if True:
import opteryx
from opteryx.exceptions import MissingSqlStatement
from opteryx.utils.sql import clean_statement
from opteryx.utils.sql import remove_comments


if readline:
pass
Expand Down

0 comments on commit 8573fbd

Please sign in to comment.