Skip to content

Commit 10b8a5f

Browse files
committed
apply black formatting
1 parent 4b69a92 commit 10b8a5f

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

bin/cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
#!/usr/bin/env python3
22

33
# (C) Copyright [2020] Hewlett Packard Enterprise Development LP
4-
#
4+
#
55
# Permission is hereby granted, free of charge, to any person obtaining a
66
# copy of this software and associated documentation files (the "Software"),
77
# to deal in the Software without restriction, including without limitation
88
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
99
# and/or sell copies of the Software, and to permit persons to whom the
1010
# Software is furnished to do so, subject to the following conditions:
11-
#
11+
#
1212
# The above copyright notice and this permission notice shall be included
1313
# in all copies or substantial portions of the Software.
14-
#
14+
#
1515
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL

hpecp/client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"""
44

55
# (C) Copyright [2020] Hewlett Packard Enterprise Development LP
6-
#
6+
#
77
# Permission is hereby granted, free of charge, to any person obtaining a
88
# copy of this software and associated documentation files (the "Software"),
99
# to deal in the Software without restriction, including without limitation
1010
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1111
# and/or sell copies of the Software, and to permit persons to whom the
1212
# Software is furnished to do so, subject to the following conditions:
13-
#
13+
#
1414
# The above copyright notice and this permission notice shall be included
1515
# in all copies or substantial portions of the Software.
16-
#
16+
#
1717
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1818
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1919
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL

hpecp/k8s_cluster.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# (C) Copyright [2020] Hewlett Packard Enterprise Development LP
2-
#
2+
#
33
# Permission is hereby granted, free of charge, to any person obtaining a
44
# copy of this software and associated documentation files (the "Software"),
55
# to deal in the Software without restriction, including without limitation
66
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
77
# and/or sell copies of the Software, and to permit persons to whom the
88
# Software is furnished to do so, subject to the following conditions:
9-
#
9+
#
1010
# The above copyright notice and this permission notice shall be included
1111
# in all copies or substantial portions of the Software.
12-
#
12+
#
1313
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1414
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1515
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL

tests/library/gateway_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# (C) Copyright [2020] Hewlett Packard Enterprise Development LP
2-
#
2+
#
33
# Permission is hereby granted, free of charge, to any person obtaining a
44
# copy of this software and associated documentation files (the "Software"),
55
# to deal in the Software without restriction, including without limitation
66
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
77
# and/or sell copies of the Software, and to permit persons to whom the
88
# Software is furnished to do so, subject to the following conditions:
9-
#
9+
#
1010
# The above copyright notice and this permission notice shall be included
1111
# in all copies or substantial portions of the Software.
12-
#
12+
#
1313
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1414
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1515
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL

0 commit comments

Comments
 (0)