We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e7961 commit 1b5d226Copy full SHA for 1b5d226
cf_units/do_nothing.py
@@ -1,5 +1,6 @@
1
import requests
2
-import os
3
4
requests.get("cake")
5
-requests.get("cakefromareallylongwayawaythatmeanswe'retotallygoingtohaveblackgetmadatus")
+requests.get(
+ "cakefromareallylongwayawaythatmeanswe'retotallygoingtohaveblackgetmadatus:("
6
+)
0 commit comments