Skip to content

Commit 63042fb

Browse files
committed
[OMCSession*] fix flake8 (PyCharm likes the empty lines)
1 parent f2cd718 commit 63042fb

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
@@ -443,15 +443,12 @@ def size(self) -> int:
443443
"""
444444
return self.stat().st_size
445445

446-
447446
class OMCPathCompatibilityPosix(pathlib.PosixPath, OMCPathCompatibility):
448447
pass
449448

450-
451449
class OMCPathCompatibilityWindows(pathlib.WindowsPath, OMCPathCompatibility):
452450
pass
453451

454-
455452
OMCPath = OMCPathCompatibility
456453

457454
else:

0 commit comments

Comments
 (0)