From 308a87dd39c884692f64f58b7879a9620ecb9419 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 21:09:06 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tasks.py | 1 + ubermagtable/__init__.py | 1 + ubermagtable/util/__init__.py | 1 + 3 files changed, 3 insertions(+) diff --git a/tasks.py b/tasks.py index afd366e..0bd11ff 100644 --- a/tasks.py +++ b/tasks.py @@ -1,4 +1,5 @@ """Tasks to release the package.""" + import os import shutil diff --git a/ubermagtable/__init__.py b/ubermagtable/__init__.py index 4137a81..3af2a1f 100644 --- a/ubermagtable/__init__.py +++ b/ubermagtable/__init__.py @@ -1,4 +1,5 @@ """Manipulation of tabular data.""" + import importlib.metadata import os diff --git a/ubermagtable/util/__init__.py b/ubermagtable/util/__init__.py index 79f451e..d5760c7 100644 --- a/ubermagtable/util/__init__.py +++ b/ubermagtable/util/__init__.py @@ -1,2 +1,3 @@ """Utility tools""" + from .util import columns, data, units