Skip to content

Commit 09980e2

Browse files
committed
flake8
1 parent f133b71 commit 09980e2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

OMPython/OMCSession.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,15 +440,12 @@ def size(self) -> int:
440440
"""
441441
return self.stat().st_size
442442

443-
444443
class OMCPathCompatibilityPosix(pathlib.PosixPath, OMCPathCompatibility):
445444
pass
446445

447-
448446
class OMCPathCompatibilityWindows(pathlib.WindowsPath, OMCPathCompatibility):
449447
pass
450448

451-
452449
OMCPath = OMCPathCompatibility
453450

454451
else:

0 commit comments

Comments
 (0)