Skip to content

Commit

Permalink
Refractor: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielschowe committed Sep 19, 2024
1 parent 6486cbe commit 98a767d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/github/api/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
from pontos.github.api.packages import GitHubAsyncRESTPackages
from pontos.github.models.packages import (
Package,
PackageType,
PackageVersion,
PackageVisibility,
)
from pontos.github.models.packages import PackageType
from pontos.testing import AsyncIteratorMock
from tests import aiter, anext
from tests.github.api import GitHubAsyncRESTTestCase, create_response
Expand Down

0 comments on commit 98a767d

Please sign in to comment.