Skip to content

Commit f70bf48

Browse files
committed
add factory comment
1 parent 305ce75 commit f70bf48

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

azure-devops/azure/devops/v5_0/client_factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
class ClientFactoryV5_0(object):
1111
"""ClientFactoryV5_0.
12+
A factory class to get the 5.0 clients.
1213
"""
1314

1415
def __init__(self, connection):

azure-devops/azure/devops/v5_1/client_factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
class ClientFactoryV5_1(object):
1111
"""ClientFactoryV5_1.
12+
A factory class to get the 5.1 preview clients.
1213
"""
1314

1415
def __init__(self, connection):

0 commit comments

Comments
 (0)