Skip to content

Commit 8f102b2

Browse files
committed
ruff
1 parent 90d9998 commit 8f102b2

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

PySamples/PyGs/displayimage.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
from pyrx import Ap, Ax, Db, Ed, Ge, Gs
21
import wx
32

3+
from pyrx import Ap, Ed, Gs
4+
45

56
@Ap.Command()
67
def doit() -> None:

tests/test_core/test_PyEd/test_Editor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from __future__ import annotations
22

3-
43
import pytest
54

65
from pyrx import Ed, Ge, Rx

tests/test_core/test_PyGe/test_Pickle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import math
44
import pickle
5+
56
import pytest
67

78
from pyrx import Ge

tests/test_core/test_PyRx/test_RxObject.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from __future__ import annotations
22

3-
43
import pytest
54

65
from pyrx import Db, Gi, Rx

0 commit comments

Comments
 (0)