Skip to content

Commit a329d01

Browse files
fix: format
1 parent 4f1e07f commit a329d01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/shared/management/commands/fetch_all_channels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
from django.core.management.base import BaseCommand
55
from pydantic import BaseModel, field_validator
66

7-
from shared import hydra
8-
97
# Populated at build time from `github:NixOS/infra//channels.nix`
108
from shared._release_channels import channels # type: ignore[reportMissingImports]
9+
10+
from shared import hydra
1111
from shared.git import get_head_sha1
1212
from shared.models.nix_evaluation import NixChannel, NixpkgsBranch
1313

0 commit comments

Comments
 (0)