Skip to content

Commit

Permalink
ran pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmohona committed Oct 13, 2024
1 parent be09a91 commit 54f0508
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
import warnings

warnings.filterwarnings(
'ignore',
message='DCDReader currently makes independent timesteps',
"ignore",
message="DCDReader currently makes independent timesteps",
category=DeprecationWarning,
module='MDAnalysis.coordinates.DCD'
module="MDAnalysis.coordinates.DCD",
)

import MDAnalysis as mda

MDAnalysis_version = mda.__version__

# -- Project information -----------------------------------------------------
Expand Down

0 comments on commit 54f0508

Please sign in to comment.