Test codeowners

This commit is contained in:
Jonathan Kim 2019-06-24 09:56:15 +01:00 committed by GitHub
parent abe547fb4d
commit 80277277b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ if six.PY3:
from typing import Type from typing import Type
# Test
class BaseOptions(object): class BaseOptions(object):
name = None # type: str name = None # type: str
description = None # type: str description = None # type: str