Skip to content

Commit

Permalink
Formatting 2, isort.
Browse files Browse the repository at this point in the history
  • Loading branch information
misi9170 committed Jan 3, 2025
1 parent 4b545a8 commit b568cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion floris/core/turbine/turbine.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from __future__ import annotations

import copy
import os
import logging
import os
from collections.abc import Callable, Iterable
from pathlib import Path

Expand Down
2 changes: 1 addition & 1 deletion tests/controller_dependent_operation_model_unit_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging
from pathlib import Path

import logging
import numpy as np
import pytest

Expand Down

0 comments on commit b568cd5

Please sign in to comment.