Skip to content

Commit 304c05e

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 83e6f3f commit 304c05e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_reflectionprofile.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""
2-
Unit tests for pyobjcryst.reflectionprofile bindings.
1+
"""Unit tests for pyobjcryst.reflectionprofile bindings.
32
43
TODO:
54
- ReflectionProfile.GetProfile
@@ -9,14 +8,15 @@
98
"""
109

1110
import unittest
12-
import pytest
11+
1312
import numpy as np
13+
import pytest
1414

1515
from pyobjcryst.powderpattern import PowderPattern
1616

1717

1818
class TestReflectionProfile(unittest.TestCase):
19-
"""Tests for ReflectionProfile methods"""
19+
"""Tests for ReflectionProfile methods."""
2020

2121
@pytest.fixture(autouse=True)
2222
def prepare_fixture(self, loadcifdata):

0 commit comments

Comments
 (0)