microversion-parse/microversion_parse
Louis Taylor 4b04aaf3b2 Make service_type a positional argument
This removes the assert to ensure a value for service_type is set. The
keyword style of calling can still be used, so

    microversion_parse.get_version(headers, service_type='compute')

will remain working.

Using an assert for this is probably inadvisable, since it will be
stripped away if python is run with -O.

Change-Id: I9775c5d87890c8ff4a6072c600d54fa47264fa9f
2016-04-08 14:03:08 +01:00
..
tests Make service_type a positional argument 2016-04-08 14:03:08 +01:00
__init__.py Make service_type a positional argument 2016-04-08 14:03:08 +01:00