Skip to content

Commit 3674656

Browse files
committed
remove dup code.
1 parent fe4669c commit 3674656

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/app.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
ERR_MISSING_AUTH_CODE = "Response was missing access code!"
1212
ERR_MISSING_STATE = "State is required when using PKCE"
1313

14-
app = Flask(__name__)
15-
bb = BlueButton()
16-
17-
1814
app = Flask(__name__)
1915
bb = BlueButton()
2016

0 commit comments

Comments
 (0)