Skip to content

Commit 44ae06e

Browse files
author
Buck Evan
authored
lint: fix pre-commit issues (#2424)
1 parent 62dfec9 commit 44ae06e

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ extend-exclude=checkouts,lol*
1818
exclude =
1919
# gRCP generated files
2020
grpc_test_service_pb2.py
21-
grpc_test_service_pb2_grpc.py
21+
grpc_test_service_pb2_grpc.py

.github/ISSUE_TEMPLATE/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ contact_links:
33
- name: Support Request
44
url: https://sentry.io/support
55
about: Use our dedicated support channel for paid accounts.
6-

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

scripts/init_serverless_sdk.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
import sentry_sdk
1313
from sentry_sdk._types import TYPE_CHECKING
14-
from sentry_sdk.utils import Dsn
1514
from sentry_sdk.integrations.aws_lambda import AwsLambdaIntegration
1615

1716
if TYPE_CHECKING:

0 commit comments

Comments
 (0)