Skip to content

Commit 43288dc

Browse files
committed
[OMCPath] fix mypy
1 parent 0ceb2bf commit 43288dc

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
@@ -419,8 +419,7 @@ class OMCPathCompatibility(pathlib.Path):
419419
def size(self) -> int:
420420
return self.stat().st_size
421421

422-
423-
OMCPath = OMCPathCompatibility
422+
OMCPath = OMCPathCompatibility # noqa: F811
424423

425424

426425
class OMCSessionZMQ:

0 commit comments

Comments
 (0)