Skip to content

Commit

Permalink
build: restore Iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed May 17, 2024
1 parent 5cda9b7 commit e6c5751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nitpick/flake8.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""Flake8 plugin to check files."""

import logging
from collections.abc import Iterator
from functools import lru_cache
from pathlib import Path
from typing import Iterator

import attr
from flake8.options.manager import OptionManager
Expand Down

0 comments on commit e6c5751

Please sign in to comment.