Skip to content

Commit b0c9147

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

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

examples/io_dat_files.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
"""
2-
==================================
3-
Input/Output of dat files for FLCT
2+
================================== Input/Output of dat files for FLCT
43
==================================
54
6-
This example demonstrates the use of functions in `pyflct.utils`
7-
to read and write arrays to binary ``dat`` files.
5+
This example demonstrates the use of functions in `pyflct.utils` to read
6+
and write arrays to binary ``dat`` files.
87
"""
98

109
import numpy as np

pyflct/flct.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ def flct(
156156
* Fisher & Welsch, PASP 383, 373, (2008)
157157
* Fisher et al., ApJS, accepted (2020)
158158
"""
159-
160159
# Checking whether the C extension is correctly built.
161160
if _pyflct is None:
162161
raise ImportError("C extension for flct is missing, please rebuild.")

0 commit comments

Comments
 (0)