Skip to content

Commit bb58e4b

Browse files
blackify
1 parent 4bad00e commit bb58e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sectionproperties/analysis/section.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,7 @@ def get_stress_at_points(
22582258

22592259
for pt in pts:
22602260
query_geom = Point(pt)
2261-
tri_ids = self.mesh_search_tree.query(query_geom, predicate="intersects" )
2261+
tri_ids = self.mesh_search_tree.query(query_geom, predicate="intersects")
22622262
if len(tri_ids) == 0:
22632263
sig = None
22642264
elif len(tri_ids) == 1:

0 commit comments

Comments
 (0)