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 Apr 1, 2024
1 parent 64a4b14 commit b0c68f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Configuration file for the Sphinx documentation builder.
"""

import os
from pathlib import Path
from datetime import datetime
Expand Down
1 change: 1 addition & 0 deletions examples/3d_functionality.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
``sunpy`` and :meth:`~astropy.visualization.wcsaxes.WCSAxes.plot_coord` from ``astropy``
to produce them in 3D.
"""

import astropy.units as u
import numpy as np
from astropy.constants import R_sun
Expand Down
1 change: 1 addition & 0 deletions examples/field_lines.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
code from `streamtracer <https://streamtracer.readthedocs.io/en/stable/>`__.
Wheels are provided for all major platforms, so this example should run without issue.
"""

import astropy.units as u
import matplotlib.pyplot as plt
import numpy as np
Expand Down
1 change: 1 addition & 0 deletions sunkit_pyvista/tests/test_plotting.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
This file contains figure comparison tests.
"""

import astropy.constants as const
import astropy.units as u
import matplotlib.pyplot as plt
Expand Down

0 comments on commit b0c68f8

Please sign in to comment.