Skip to content

Commit

Permalink
Fix defaultdict import
Browse files Browse the repository at this point in the history
  • Loading branch information
maldoinc committed Sep 11, 2023
1 parent 3bb1909 commit 8639073
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wireup/ioc/parameter.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
from __future__ import annotations

import re
from collections import defaultdict
from re import Match
from typing import Any

from mypy.nodes import defaultdict

from .container_util import ParameterReference, TemplatedString


Expand Down

0 comments on commit 8639073

Please sign in to comment.