Skip to content

Commit 96df279

Browse files
committed
fix formatting with black
1 parent b3d8d7b commit 96df279

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/herald/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
use_legacy_mixed_subtype: bool = False
1919
if django.VERSION < (5, 0):
20-
use_legacy_mixed_subtype: bool = True
20+
use_legacy_mixed_subtype: bool = True
2121

2222

2323
class NotificationBase:

0 commit comments

Comments
 (0)