Skip to content

Commit 575165e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a29825d commit 575165e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pymatgen/io/fleur/fleurinput.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
This module provides functionality and classes for creating pymatgen structures
88
from fleur input files (http://flapw.de).
99
"""
10+
1011
import warnings
1112
from typing import Optional, Union, Any
1213
from pathlib import Path

pymatgen/io/fleur/tests/test_fleurinput.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"""
33
Tests of the FleurInput class
44
"""
5+
56
from pathlib import Path
67
from tempfile import TemporaryDirectory
78

0 commit comments

Comments
 (0)