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

Commit

Permalink
remove spyder from import
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed Feb 15, 2022
1 parent 740a87f commit 0719296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .main_widget import ProjectBrowserWidget
from ...pyqtgraphCore.console import ConsoleWidget
from .pytemplates.mainwindow_pytemplate import Ui_MainWindow
from spyder.widgets.variableexplorer import objecteditor
#from spyder.widgets.variableexplorer import objecteditor
import pandas as pd
import os
from ...common import configuration, get_project_manager
Expand Down

0 comments on commit 0719296

Please sign in to comment.