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 Feb 13, 2024
1 parent ee224fe commit 00f6433
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions ubermagtable/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Manipulation of tabular data."""

import importlib.metadata
import os

Expand Down
1 change: 1 addition & 0 deletions ubermagtable/util/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
"""Utility tools"""

from .util import columns, data, units

0 comments on commit 00f6433

Please sign in to comment.