8000 Fix lint error in compute autoscaler sample · johnmanong/python-docs-samples@d770cb5 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit d770cb5

Browse files
author
Jon Wayne Parrott
committed
Fix lint error in compute autoscaler sample
Change-Id: I39d54d7e843e399ebced40e2d36e4b2acb731b10
1 parent 5075724 commit d770cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/autoscaler/demo/frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
try:
2626
import BaseHTTPServer
2727
import SocketServer
28-
except:
28+
except ImportError:
2929
import http.server as BaseHTTPServer
3030
import socketserver as SocketServer
3131

0 commit comments

Comments
 (0)
0