Skip to content

Commit

Permalink
fixed missing import in eqn_lib.py
Browse files Browse the repository at this point in the history
  • Loading branch information
connorferster committed Oct 24, 2020
1 parent 6e0aa58 commit e36f48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/eqn_lib.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from handcalcs.decorator import handcalc
from IPython.display import HTML
from IPython.display import display, HTML

@handcalc(jupyter_display = True)
def NBCC2015LC(
Expand Down

0 comments on commit e36f48b

Please sign in to comment.