Skip to content

Commit cef43b9

Browse files
committed
refactor(pmc): clean up import statements by removing redundant imports
1 parent fdd1bfd commit cef43b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xbbg/markets/pmc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@
1616

1717
from __future__ import annotations
1818

19+
from dataclasses import dataclass
1920
import json
2021
import os
21-
from dataclasses import dataclass
2222

2323
import pandas as pd
2424

2525
from xbbg.io import files, logs
2626

27-
2827
PKG_PATH = files.abspath(__file__, 1)
2928
_CACHE_FILE = f"{PKG_PATH}/markets/cached/pmc_cache.pkl"
3029
_MAP_PATHS = [

0 commit comments

Comments
 (0)