Skip to content

Commit 98c2cd4

Browse files
committed
💚 [#88] flake8 + black
1 parent 013c969 commit 98c2cd4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

open_api_framework/conf/base.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import os
33
import warnings
44
from pathlib import Path
5-
from typing import Callable
65

76
from django.urls import reverse_lazy
87

@@ -822,8 +821,10 @@
822821
SENTRY_BEFORE_SEND = config(
823822
"SENTRY_BEFORE_SEND",
824823
None,
825-
help_text=("Callback, which allows projects to define their own before_send filters"),
826-
auto_display_default=False
824+
help_text=(
825+
"Callback, which allows projects to define their own before_send filters"
826+
),
827+
auto_display_default=False,
827828
)
828829

829830
if SENTRY_DSN:

0 commit comments

Comments
 (0)