chore: update typing to collections.abc

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2023-04-18 12:38:21 -04:00
parent ec9919a088
commit 6d038dfbdf
13 changed files with 44 additions and 36 deletions
+1 -1
View File
@@ -15,8 +15,8 @@ the results without the `--online` setting.
from __future__ import annotations
import ast
from collections.abc import Iterator
from pathlib import Path
from typing import Iterator
import click
import yaml