Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 4921ea1

Browse files
committed
remove explicit api key setting from test scripts and hello.py
1 parent 4d5f174 commit 4921ea1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

hello.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import paperspace
22

3-
paperspace.config.PAPERSPACE_API_KEY = '14a4bc1cbc414...'
4-
53
paperspace.jobs.runas_job()
64

75
print('hello paperspace-python!')

test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
# Tests:
44

5-
paperspace.config.PAPERSPACE_API_KEY = '14a4bc1cbc414...'
6-
75
project = 'myproject'
86
print('project: %s' % project)
97

0 commit comments

Comments
 (0)