Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
puhitaku committed Jan 13, 2016
1 parent 40f9656 commit 82e75b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_func.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
"""
Test of bqx.parts.
Test of bqx.func.
Run Test: `tox` or `python setup.py test`
"""

import pytest
from bqx.parts import Table, Column
from bqx.parts import Column
from bqx.func import _fn_factory
from bqx.func import CAST, CONCAT

Expand Down

0 comments on commit 82e75b6

Please # to comment.