Skip to content

Commit 525e692

Browse files
Merge pull request #377 from robbievanleeuwen/bump-mypy
Bump mypy from 1.6.1 to 1.7.1
2 parents 1cb4d53 + 344ad2b commit 525e692

File tree

3 files changed

+33
-31
lines changed

3 files changed

+33
-31
lines changed

poetry.lock

Lines changed: 30 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ipykernel = "^6.27.1"
7777
ipython = "^8.18.1"
7878
ipywidgets = "^8.1.1"
7979
isort = "^5.13.2"
80-
mypy = "^1.6.1"
80+
mypy = "^1.7.1"
8181
nbconvert = "^7.13.0"
8282
nbsphinx = "^0.9.3"
8383
notebook = "^7.0.6"

src/sectionproperties/post/fibre.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
import numpy as np
1010
import numpy.typing as npt
1111

12+
import sectionproperties.analysis.solver as solver
1213
from sectionproperties.analysis.fea import Tri6, shape_function
13-
from sectionproperties.analysis.section import Section, solver
14+
from sectionproperties.analysis.section import Section
1415
from sectionproperties.pre.geometry import CompoundGeometry, Geometry
1516

1617

0 commit comments

Comments
 (0)