Skip to content

Commit 5d8079f

Browse files
committed
Fix lint
1 parent 6427628 commit 5d8079f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aiosqlite/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@ def restrict_drops(action_code, arg1, arg2, db_name, trigger_name):
326326
- ``arg1`` (str): First argument, meaning depends on ``action_code``
327327
- ``arg2`` (str): Second argument, meaning depends on ``action_code``
328328
- ``db_name`` (str): Database name (e.g., ``"main"``, ``"temp"``)
329-
- ``trigger_name`` (str): Name of trigger or view that is doing the access, or ``None``
329+
- ``trigger_name`` (str): Name of trigger or view that is doing the access,
330+
or ``None``
330331
331332
The callback should return:
332333

0 commit comments

Comments
 (0)