Skip to content

Commit

Permalink
fix: import error caused crash in v1.20.2
Browse files Browse the repository at this point in the history
closes #132
  • Loading branch information
MadeInPierre committed Jun 7, 2023
1 parent 342fd75 commit bcd0171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finalynx/portfolio/folder.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from dataclasses import dataclass
from enum import Enum
from typing import Any
from typing import Dict
Expand All @@ -7,7 +8,6 @@
from typing import Union

import numpy as np
from attr import dataclass
from rich.tree import Tree

if TYPE_CHECKING:
Expand Down

0 comments on commit bcd0171

Please sign in to comment.