Skip to content

Commit

Permalink
Merge branch 'ordered_dict_python27' of github.com:atombrella/kombu i…
Browse files Browse the repository at this point in the history
…nto ordered_dict_python27
  • Loading branch information
atombrella committed Jan 26, 2022
2 parents bac5e81 + 8338e6a commit cbe9202
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kombu/transport/virtual/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
import sys
import warnings
from array import array
from collections import OrderedDict
from collections import defaultdict, namedtuple
from collections import OrderedDict, defaultdict, namedtuple
from itertools import count
from multiprocessing.util import Finalize
from queue import Empty
Expand Down

0 comments on commit cbe9202

Please sign in to comment.