Skip to content

Commit e8bd3d8

Browse files
committed
[OMCPath] fix mypy
1 parent b1efdb1 commit e8bd3d8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

OMPython/OMCSession.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,7 @@ class OMCPathCompatibility(pathlib.Path):
422422
def size(self) -> int:
423423
return self.stat().st_size
424424

425-
426-
OMCPath = OMCPathCompatibility
425+
OMCPath = OMCPathCompatibility # noqa: F811
427426

428427

429428
class OMCSessionZMQ:

0 commit comments

Comments
 (0)