From 3163b75888a9b57494a2c3e944d48b90ffaa208c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 21:03:50 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyrekordbox/db6/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrekordbox/db6/tables.py b/pyrekordbox/db6/tables.py index bcb2db2..3400409 100644 --- a/pyrekordbox/db6/tables.py +++ b/pyrekordbox/db6/tables.py @@ -4,8 +4,8 @@ """Rekordbox 6 `master.db` SQLAlchemy table declarations.""" -import re import math +import re import struct from datetime import datetime from enum import IntEnum