Skip to content

Commit

Permalink
Remove obsolete import
Browse files Browse the repository at this point in the history
  • Loading branch information
andreparames authored Oct 10, 2024
1 parent 32e3164 commit dc7eabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dal/data/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
from abc import ABC, abstractmethod
from collections import OrderedDict
from typing import Dict, Generic, List, Mapping, Optional, Tuple, TypeVar, Union
from typing import Dict, Generic, List, Optional, Tuple, TypeVar, Union
from dal.data.mixins import ChildrenCmpMixin, ValueCmpMixin


Expand Down

0 comments on commit dc7eabc

Please sign in to comment.