Skip to content

Commit 1de0e3b

Browse files
committed
[OMCSession*] fix flake8 (PyCharm likes the empty lines)
1 parent 930cff1 commit 1de0e3b

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)