Skip to content

Commit 4120181

Browse files
committed
double quotes to pass linting
1 parent 94c09ce commit 4120181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dash/testing/application_runners.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ class BaseDashRunner(object):
5252
"""Base context manager class for running applications."""
5353

5454
def __init__(self, keep_open, stop_timeout):
55-
self.scheme = 'http'
56-
self.host = 'localhost'
55+
self.scheme = "http"
56+
self.host = "localhost"
5757
self.port = 8050
5858
self.started = None
5959
self.keep_open = keep_open

0 commit comments

Comments
 (0)