Skip to content

Commit fea062f

Browse files
authored
🚨 make ruff happy
1 parent d939ad2 commit fea062f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/test_versions/test_models.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from githubkit.versions.v2022_11_28.models import ( # noqa: F401
1515
SimpleUser as BackportSimpleUserV2022_11_28,
1616
)
17-
1817
from githubkit.versions.v2026_03_10.models import ( # noqa: F401
1918
SimpleUser as BackportSimpleUserV2026_03_10,
2019
)
@@ -54,7 +53,6 @@
5453
from githubkit.versions.v2022_11_28.models import ( # noqa: F401
5554
Repository as BackportRepositoryV2022_11_28,
5655
)
57-
5856
from githubkit.versions.v2026_03_10.models import ( # noqa: F401
5957
Repository as BackportRepositoryV2026_03_10,
6058
)
@@ -94,7 +92,6 @@
9492
from githubkit.versions.v2022_11_28.models import ( # noqa: F401
9593
OrganizationFull as BackportOrganizationFullV2022_11_28,
9694
)
97-
9895
from githubkit.versions.v2026_03_10.models import ( # noqa: F401
9996
OrganizationFull as BackportOrganizationFullV2026_03_10,
10097
)
@@ -134,7 +131,6 @@
134131
from githubkit.versions.v2022_11_28.models import ( # noqa: F401
135132
CustomProperty as BackportCustomPropertyV2022_11_28,
136133
)
137-
138134
from githubkit.versions.v2026_03_10.models import ( # noqa: F401
139135
CustomProperty as BackportCustomPropertyV2026_03_10,
140136
)

0 commit comments

Comments
 (0)