Skip to content

Commit

Permalink
ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 committed Nov 15, 2024
1 parent 6054a64 commit f413c2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion floris/core/flow_field.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

from __future__ import annotations

import attrs
import copy

import attrs
import matplotlib.path as mpltPath
import numpy as np
from attrs import define, field
Expand Down

0 comments on commit f413c2a

Please sign in to comment.