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 27, 2023
1 parent 139b621 commit 84b60ff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/integration/lost_facts_test.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
from collections import Counter
import itertools
import os
from collections import Counter
from pathlib import Path

from sqlalchemy import create_engine

from ferc_xbrl_extractor.cli import get_instances, TAXONOMY_MAP
from ferc_xbrl_extractor.cli import TAXONOMY_MAP, get_instances
from ferc_xbrl_extractor.xbrl import extract, process_instance


Expand Down Expand Up @@ -54,8 +55,8 @@ def clean_fact(fact, contexts):
"""
date | entity | sorted_dims | fact_name | value
----------------
2021-12-31 | AP | [("dim1", 1), ("dim2", 2)] | Why Don't I have a home? | 17
2021-12-31 | AP | [("dim1", 1)] | Why Don't I have a home? | 18
2021-12-31 | AP | [("dim1", 1), ("dim2", 2)] | Why Don't I have a home? | 17
2021-12-31 | AP | [("dim1", 1)] | Why Don't I have a home? | 18
....
"""
Expand Down

0 comments on commit 84b60ff

Please sign in to comment.