Skip to content

Commit

Permalink
blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
ketiltrout committed Jul 19, 2024
1 parent 9423881 commit ffb0a95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions chimedb/data_index/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""alpenhorn (data index) table definitions"""

from . import orm, util

from .orm import (
Expand Down
1 change: 1 addition & 0 deletions chimedb/data_index/orm.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Table definitions for the alpenhorn data index
"""

import logging
import calendar
import datetime
Expand Down
1 change: 1 addition & 0 deletions chimedb/data_index/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
parse_weatherfile_name
populate_types
"""

import os
import re

Expand Down

0 comments on commit ffb0a95

Please sign in to comment.