Skip to content

Commit f1f8f82

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent e8d65cc commit f1f8f82

4 files changed

Lines changed: 4 additions & 12 deletions

File tree

bin/vuforia-cloud-reco.py

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

3-
"""
4-
Run VWS Cloud Reco CLI.
5-
"""
3+
"""Run VWS Cloud Reco CLI."""
64

75
from vws_cli.query import vuforia_cloud_reco
86

bin/vuforia-web-services.py

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

3-
"""
4-
Run VWS CLI.
5-
"""
3+
"""Run VWS CLI."""
64

75
from vws_cli import vws_group
86

docs/source/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
"""
2-
Documentation.
3-
"""
1+
"""Documentation."""

docs/source/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env python3
2-
"""
3-
Configuration for Sphinx.
4-
"""
2+
"""Configuration for Sphinx."""
53

64
# pylint: disable=invalid-name
75

0 commit comments

Comments
 (0)