Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed Apr 4, 2024
1 parent 969b35f commit 4c610db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion powerplan/bom.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
import csv
from collections import defaultdict
from typing import TYPE_CHECKING, TextIO
from .data import Generator, Distro

from jinja2 import Environment, PackageLoader, select_autoescape

from .data import Distro, Generator

if TYPE_CHECKING:
from .plan import Plan

Expand Down

0 comments on commit 4c610db

Please sign in to comment.