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 Jul 4, 2024
1 parent bb39d60 commit e8ffebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyfileindex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from . import _version

from pyfileindex.pyfileindex import PyFileIndex

from . import _version

__version__ = _version.get_versions()["version"]
__all__ = [PyFileIndex]
2 changes: 1 addition & 1 deletion pyfileindex/_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 e8ffebc

Please sign in to comment.