From e4561967c9c9f3fcbc46cdbd5d3d9ba41be5f577 Mon Sep 17 00:00:00 2001 From: Buck Evan Date: Mon, 9 Oct 2023 13:57:23 -0500 Subject: [PATCH] lint: fix pre-commit issues --- .flake8 | 2 +- .github/ISSUE_TEMPLATE/config.yml | 1 - LICENSE | 2 +- scripts/init_serverless_sdk.py | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.flake8 b/.flake8 index fb02f4fdef..8610e09241 100644 --- a/.flake8 +++ b/.flake8 @@ -18,4 +18,4 @@ extend-exclude=checkouts,lol* exclude = # gRCP generated files grpc_test_service_pb2.py - grpc_test_service_pb2_grpc.py \ No newline at end of file + grpc_test_service_pb2_grpc.py diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7f40ddc56d..17d8a34dc5 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,4 +3,3 @@ contact_links: - name: Support Request url: https://sentry.io/support about: Use our dedicated support channel for paid accounts. - diff --git a/LICENSE b/LICENSE index fa838f12b2..016323bd8d 100644 --- a/LICENSE +++ b/LICENSE @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/scripts/init_serverless_sdk.py b/scripts/init_serverless_sdk.py index e2c9f536f8..e620c1067b 100644 --- a/scripts/init_serverless_sdk.py +++ b/scripts/init_serverless_sdk.py @@ -11,7 +11,6 @@ import sentry_sdk from sentry_sdk._types import TYPE_CHECKING -from sentry_sdk.utils import Dsn from sentry_sdk.integrations.aws_lambda import AwsLambdaIntegration if TYPE_CHECKING: