Skip to content

Commit e5ef13e

Browse files
committed
fix: linting
1 parent 4227140 commit e5ef13e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mysql_mimic/variables.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
from mysql_mimic.errors import MysqlError, ErrorCode
1111

1212

13-
class Default: ...
13+
class Default:
14+
...
1415

1516

1617
VariableType = Callable[[Any], Any]

0 commit comments

Comments
 (0)