Skip to content

Commit

Permalink
lint: ASyncIterator and Callable should be pulled from collections
Browse files Browse the repository at this point in the history
abstract classes
  • Loading branch information
elviskahoro committed Aug 13, 2024
1 parent 2c6c5e0 commit 483d814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reflex/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
import platform
import sys
import traceback
from collections.abc import AsyncIterator
from collections.abc import Callable
from datetime import datetime
from pathlib import Path
from typing import Any
from typing import AsyncIterator
from typing import Callable
from typing import Coroutine
from typing import Dict
from typing import List
Expand Down

0 comments on commit 483d814

Please sign in to comment.