Skip to content

Commit

Permalink
fix E402 flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
bleykauf committed Dec 19, 2023
1 parent 92e233d commit 669f230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateware/fpga_image_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
# use `build_fpga_image.sh`
from pathlib import Path

REPO_ROOT_DIR = Path(__file__).resolve().parents[1]

from .bit2bin import bit2bin
from .hw_platform import Platform
from .linien_module import RootModule

REPO_ROOT_DIR = Path(__file__).resolve().parents[1]


def py_csrconstants(map, fil):
fil.write("csr_constants = {\n")
Expand Down

0 comments on commit 669f230

Please sign in to comment.