Skip to content

Commit

Permalink
Sort imports as nextline packages as first party
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Sep 25, 2024
1 parent d6e03ee commit bc12c88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/nextline_alert/emitter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from logging import getLogger

import httpx

from nextline.plugin.spec import Context, hookimpl


Expand Down
1 change: 1 addition & 0 deletions src/nextline_alert/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

from apluggy import asynccontextmanager
from dynaconf import Dynaconf, Validator

from nextline import Nextline
from nextlinegraphql.hook import spec

Expand Down
2 changes: 1 addition & 1 deletion tests/test_emitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

import pytest
import respx
from nextline import Nextline

from nextline import Nextline
from nextline_alert.emitter import Emitter


Expand Down

0 comments on commit bc12c88

Please sign in to comment.