Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jan 6, 2024
1 parent 37572fa commit 8981651
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions aiosqlite/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,18 @@
from pathlib import Path
from queue import Empty, Queue, SimpleQueue
from threading import Thread
from typing import (Any, AsyncIterator, Callable, Generator, Iterable, Literal,
Optional, Tuple, Type, Union)
from typing import (
Any,
AsyncIterator,
Callable,
Generator,
Iterable,
Literal,
Optional,
Tuple,
Type,
Union,
)
from warnings import warn

from .context import contextmanager
Expand Down

0 comments on commit 8981651

Please sign in to comment.