Skip to content

Commit 50f071a

Browse files
chore: ruff check fix
1 parent e9a08c7 commit 50f071a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

invokeai/backend/flux/dype/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""DyPE base configuration and utilities."""
22

3+
import math
34
from dataclasses import dataclass
45
from typing import Literal
56

6-
import math
77
import torch
88
from torch import Tensor
99

tests/backend/flux/dype/test_dype.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Tests for DyPE (Dynamic Position Extrapolation) module."""
22

3-
import pytest
43
import torch
54

65
from invokeai.backend.flux.dype.base import (

0 commit comments

Comments
 (0)