Skip to content

Commit

Permalink
Fix: Don't import from main module to avoid circular import
Browse files Browse the repository at this point in the history
The main module depends on this module which depends on the main module.
We got a circular import.
  • Loading branch information
bjoernricks committed Sep 28, 2022
1 parent 9439bf0 commit abc03a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontos/github/api/organizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import httpx

from pontos.github.api import JSON, RepositoryType
from pontos.github.api.helper import JSON, RepositoryType


class GitHubRESTOrganizationsMixin:
Expand Down

0 comments on commit abc03a4

Please sign in to comment.