Skip to content

Commit b2ddb51

Browse files
committed
fixing tests
1 parent e4a17ea commit b2ddb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyNastran/bdf/bdf_interface/add_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def _add_nsmadd_object(self, nsmadd: NSMADD, allow_overwrites: bool=False) -> No
492492
self.model.nsmadds[key] = [nsmadd]
493493
self.model._type_to_id_map[nsmadd.type].append(key)
494494

495-
def _add_mass_object(self, mass: CMASS1, CMASS2 | CMASS3 | CMASS4 |
495+
def _add_mass_object(self, mass: CMASS1 | CMASS2 | CMASS3 | CMASS4 |
496496
CONM1 | CONM2, allow_overwrites: bool=False) -> None:
497497
key = mass.eid
498498
model = self.model

0 commit comments

Comments
 (0)