Commit 6ca972b9 authored by Dave Cameron's avatar Dave Cameron Committed by Tao Feng

Correct type annotation. (#165)

PyCharm's highlights were very confusing.
parent 1debb152
......@@ -30,7 +30,7 @@ class DefaultJob(Job):
conf,
task,
publisher=NoopPublisher()):
# type: (Task, ConfigTree, Publisher) -> None
# type: (ConfigTree, Task, Publisher) -> None
self.task = task
self.conf = conf
self.publisher = publisher
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment