Use 'Integer' rather than 'Int' for config traitlet

This commit is contained in:
YuviPanda
2016-03-30 19:04:57 -07:00
parent c6d05d0840
commit 68a750fc7a

View File

@@ -453,7 +453,7 @@ class JupyterHub(Application):
help="Host to send statds metrics to"
).tag(config=True)
statsd_port = Int(
statsd_port = Integer(
8125,
help="Port on which to send statsd metrics about the hub"
).tag(config=True)