Skip to content

Commit 272232d

Browse files
author
Kevin J Walters
committed
Keeping pylint happy on import order. adafruit#707
1 parent 4aaa324 commit 272232d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PyPortal_NASA/nasa.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1+
# get NASA key from nasa_api_key in secrets.py
2+
from secrets import secrets
3+
14
import re
25
import time
36

47
import board
58

69
from adafruit_pyportal import PyPortal
710

8-
# get NASA key from nasa_api_key in secrets.py
9-
from secrets import secrets
10-
1111
# Set up where we'll be fetching data from
1212
DATA_SOURCE = ("https://api.nasa.gov/planetary/apod?api_key="
1313
+ secrets['nasa_api_key'])

0 commit comments

Comments
 (0)