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 bf10b40 commit 9c98aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dask_mpi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from . import _version
from .core import initialize, send_close_signal
from .exceptions import WorldTooSmallException
from . import _version

__version__ = _version.get_versions()["version"]
2 changes: 1 addition & 1 deletion dask_mpi/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"""Git implementation of _version.py."""

import errno
import functools
import os
import re
import subprocess
import sys
from typing import Any, Callable, Dict, List, Optional, Tuple
import functools


def get_keywords() -> Dict[str, str]:
Expand Down

0 comments on commit 9c98aa7

Please sign in to comment.