Skip to content

Commit 95b7237

Browse files
NikolasOliveiradanvk
authored andcommitted
[lint] Project code style calls for single quoted strings
1 parent c3e80f8 commit 95b7237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdiff/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Config:
5454

5555
DIFF = None
5656
PORT = None
57-
HOSTNAME = "localhost"
57+
HOSTNAME = 'localhost'
5858

5959
if app.config['TESTING'] or app.config['DEBUG']:
6060
handler = logging.StreamHandler()

0 commit comments

Comments
 (0)