Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpus committed Jan 8, 2022
1 parent 567d09b commit 2962322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cdx_toolkit/athena.py
Expand Up @@ -12,7 +12,7 @@
from pyathena.pandas.cursor import PandasCursor
from pyathena.async_cursor import AsyncCursor, AsyncDictCursor
from pyathena.pandas.async_cursor import AsyncPandasCursor
from pyathena.utils import parse_output_location
from pyathena.util import parse_output_location

LOGGER = logging.getLogger(__name__)

Expand Down
1 change: 1 addition & 0 deletions tests/test_cli.py
Expand Up @@ -212,3 +212,4 @@ def test_athena():
# asummarize
# asql (test an example that's in the docs)
# aiter (something short, using the new reverse hostname field?
pass

0 comments on commit 2962322

Please sign in to comment.