Skip to content

Commit

Permalink
remove import ipython
Browse files Browse the repository at this point in the history
  • Loading branch information
BSalita committed Sep 4, 2024
1 parent 6c1ee4a commit afb3602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlBridgeLib/mlBridgeLib.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def print_to_log(level, *args):
import re
from sklearn import preprocessing
import matplotlib.pyplot as plt
from IPython.display import display # needed for VSCode
#from IPython.display import display # needed for VSCode

# for double and single dummy calculations
from endplay.dealer import generate_deals
Expand Down

0 comments on commit afb3602

Please sign in to comment.