Skip to content

Commit

Permalink
found a better way to deal with imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rickmcgeer committed May 13, 2021
1 parent 02c54dc commit ab68673
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/galyleo/galyleo_jupyterlab_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# from ipykernel.comm import Comm
# from galyleo.galyleo_table import GalyleoTable
# from galyleo.galyleo_exceptions import DataSizeExceeded
# from galyleo.galyleo_constants import MAX_DATA_SIZE, MAX_TABLE_ROWS
from ipykernel.comm import Comm
from galyleo.galyleo_table import GalyleoTable
from galyleo.galyleo_exceptions import DataSizeExceeded
from galyleo.galyleo_constants import MAX_DATA_SIZE, MAX_TABLE_ROWS

""" Module for communicating between the kernel and the dashboard, through the standard 0MQ mechanism"""

Expand Down

0 comments on commit ab68673

Please sign in to comment.