Skip to content

Commit

Permalink
👹 Feed the hobgoblins (delint).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 12, 2024
1 parent d4c5072 commit a7e7c3a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions jaraco/collections/__init__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
import re
import operator
import collections.abc
import itertools
import copy
import functools
import itertools
import operator
import random
import re
from collections.abc import Container, Iterable, Mapping
from typing import Callable, Union, Any
from typing import Any, Callable, Union

import jaraco.text


_Matchable = Union[Callable, Container, Iterable, re.Pattern]


Expand Down

0 comments on commit a7e7c3a

Please sign in to comment.