Skip to content

Commit

Permalink
added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
vvbragin committed Feb 5, 2024
1 parent 04568e4 commit a008107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netpyne/analysis/traces.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
if __gui__:
import matplotlib.pyplot as plt
import numpy as np
from .utils import colorList, _showFigure, _saveFigData, exception, getCellsInclude
from .utils import colorList, _showFigure, _saveFigData, exception, getCellsInclude, invertDictMapping


# -------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit a008107

Please sign in to comment.