Skip to content

Commit

Permalink
removing import relating to the future version
Browse files Browse the repository at this point in the history
  • Loading branch information
LemurPwned committed Nov 17, 2023
1 parent 07203b0 commit 902d273
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion view/helpers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import cycler
import matplotlib.pyplot as plt
import numpy as np
import streamlit as st
Expand Down
2 changes: 1 addition & 1 deletion view/simulation_fns.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import streamlit as st

from cmtj import *
from cmtj.models import LayerDynamic, LayerSB, Solver
from cmtj.models import LayerSB, Solver
from cmtj.utils import FieldScan, VectorObj, mu0
from cmtj.utils.procedures import (PIMM_procedure, ResistanceParameters,
VSD_procedure)
Expand Down

0 comments on commit 902d273

Please sign in to comment.