Skip to content

Commit e85dfb1

Browse files
committed
Removed type hint that made sphinx mad.
1 parent bda6862 commit e85dfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

montepy/data_inputs/mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def _parse_and_override_particle_modes(self, particles):
4444
self._particles.add(Particle(particle.upper()))
4545

4646
@property
47-
def particles(self) -> set[Particle]:
47+
def particles(self):
4848
"""The type of particles involved in this problem.
4949
5050
The set will contain instances of :class:`montepy.particle.Particle`.

0 commit comments

Comments
 (0)