Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Jun 26, 2024
1 parent d309f30 commit 6203dcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pastastore/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import warnings

# import weakref
from collections.abc import ABC, Iterable, abstractmethod, abstractproperty
from abc import ABC, abstractmethod, abstractproperty
from collections.abc import Iterable
from itertools import chain
from typing import Dict, List, Optional, Tuple, Union

Expand Down

0 comments on commit 6203dcf

Please sign in to comment.