Skip to content

Commit 1b5d226

Browse files
author
Will Benfold
committed
Remove 'unused import'
1 parent f0e7961 commit 1b5d226

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cf_units/do_nothing.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import requests
2-
import os
32

43
requests.get("cake")
5-
requests.get("cakefromareallylongwayawaythatmeanswe'retotallygoingtohaveblackgetmadatus")
4+
requests.get(
5+
"cakefromareallylongwayawaythatmeanswe'retotallygoingtohaveblackgetmadatus:("
6+
)

0 commit comments

Comments
 (0)