Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 22, 2024
1 parent 3bb9b44 commit 181f33b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# coding: utf-8

import pathlib

import pypsa
import pytest
import yaml
Expand Down
5 changes: 3 additions & 2 deletions test/test_build_powerplants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
Tests the functionalities of scripts/build_powerplants.py.
"""

import pathlib
import sys

import numpy as np
import pandas as pd
import pathlib
import pytest
import sys

sys.path.append("./scripts")

Expand Down

0 comments on commit 181f33b

Please sign in to comment.