Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
drobnikj committed Jan 30, 2023
1 parent 4bc5ab7 commit c2c2d0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import warnings
from datetime import datetime
from operator import itemgetter
from typing import TYPE_CHECKING, Any, Dict, Optional, Union
from typing import TYPE_CHECKING, Any, AsyncIterator, Dict, Optional, Union

import aioshutil

Expand Down

0 comments on commit c2c2d0d

Please sign in to comment.