Skip to content

Commit

Permalink
Minor code hygiene
Browse files Browse the repository at this point in the history
  • Loading branch information
dgunning committed Nov 3, 2024
1 parent f66271f commit cf30fd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions edgar/xbrl/xbrldata.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from collections import defaultdict
from datetime import datetime
from functools import cached_property
from functools import lru_cache
from typing import Dict, List, Tuple, Union, Any, Optional, Set

import pandas as pd
Expand All @@ -23,7 +22,7 @@
from rich.text import Text
from rich.tree import Tree

from edgar.datatools import replace_all_na_with_empty, na_value
from edgar.datatools import na_value
from edgar.richtools import repr_rich, colorize_words
from edgar.attachments import Attachments
from edgar.core import log, split_camel_case, run_async_or_sync
Expand Down

0 comments on commit cf30fd7

Please sign in to comment.