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 29, 2024
1 parent f9924be commit b947612
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions oommfc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""OOMMF calculator."""

import importlib.metadata

import pytest
Expand Down
1 change: 1 addition & 0 deletions oommfc/oommf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""OOMMF driving utility"""

from .oommf import (
DockerOOMMFRunner,
ExeOOMMFRunner,
Expand Down
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tasks to release the package."""

import os
import shutil

Expand Down

0 comments on commit b947612

Please sign in to comment.