Skip to content

Commit e2bec78

Browse files
committed
format with Flake8
1 parent c37208f commit e2bec78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

raspberry_pi_webscraper/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import requests
22
from bs4 import BeautifulSoup
33

4+
45
def scrape_adafruit():
56
url = "https://www.adafruit.com/product/4295"
67
response = requests.get(url)

0 commit comments

Comments
 (0)