Skip to content

Commit 8663261

Browse files
author
Izaak Gough
committed
chore: fix linting/formatting
1 parent 4dc650e commit 8663261

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tests/test_options.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@
1818
from pytest import raises
1919

2020
from firebase_functions import alerts_fn, https_fn, options, params
21-
from firebase_functions.alerts import app_distribution_fn, billing_fn, crashlytics_fn, performance_fn
21+
from firebase_functions.alerts import (
22+
app_distribution_fn,
23+
billing_fn,
24+
crashlytics_fn,
25+
performance_fn,
26+
)
2227
from firebase_functions.private.serving import functions_as_yaml, merge_required_apis
2328

2429
# pylint: disable=protected-access

0 commit comments

Comments
 (0)