Skip to content

Commit 42ee490

Browse files
committed
Lint
1 parent e1b21f0 commit 42ee490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pylasu/model/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def internal_field(
3434
try:
3535
# Python 3.10+
3636
return InternalField(default, default_factory, init, repr, hash, compare, metadata, kw_only)
37-
except:
37+
except TypeError:
3838
return InternalField(default, default_factory, init, repr, hash, compare, metadata)
3939

4040

0 commit comments

Comments
 (0)