Skip to content

Commit 0e13e2e

Browse files
committed
format: Ruff
1 parent e00e43d commit 0e13e2e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+13
-152
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import os
32
import sys
43

examples/bot-example-flask.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
SOFTWARE.
4444
"""
4545

46-
47-
4846
__author__ = "Chris Lunsford"
4947
__author_email__ = "[email protected]"
5048
__contributors__ = ["Brad Bester <[email protected]>"]

examples/bot-example-webpy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
SOFTWARE.
4444
"""
4545

46-
47-
4846
__author__ = "Brad Bester"
4947
__author_email__ = "[email protected]"
5048
__contributors__ = ["Chris Lunsford <[email protected]>"]

examples/local_file_upload.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
SOFTWARE.
3939
"""
4040

41-
4241
import os
4342

4443
from webexpythonsdk import WebexAPI

examples/ngrokwebhook.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
SOFTWARE.
3535
"""
3636

37-
38-
3937
__author__ = "Brad Bester"
4038
__author_email__ = "[email protected]"
4139
__contributors__ = ["Chris Lunsford <[email protected]>"]

examples/oauth-flask-ngrok.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
SOFTWARE.
3737
"""
3838

39-
4039
from flask import Flask, url_for, session, redirect, request
4140
import urllib.parse
4241
from uuid import uuid4

examples/people.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
SOFTWARE.
2828
"""
2929

30-
31-
3230
__author__ = "Jose Bogarín Solano"
3331
__author_email__ = "[email protected]"
3432
__contributors__ = ["Chris Lunsford <[email protected]>"]

examples/pyramidWebexTeamsBot/pyramidWebexTeamsBot/views.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
SOFTWARE.
4444
"""
4545

46-
47-
4846
__author__ = "Jose Bogarín Solano"
4947
__author_email__ = "[email protected]"
5048
__contributors__ = [

src/webexpythonsdk/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
SOFTWARE.
2222
"""
2323

24-
2524
import logging
2625

2726
import webexpythonsdk.models.cards as cards

src/webexpythonsdk/api/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
SOFTWARE.
2222
"""
2323

24-
from past.types import str
25-
2624
from webexpythonsdk.config import (
2725
DEFAULT_BASE_URL,
2826
DEFAULT_SINGLE_REQUEST_TIMEOUT,

0 commit comments

Comments
 (0)