Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import os
import sys
import typing
Expand Down
1 change: 0 additions & 1 deletion sentry_sdk/integrations/django/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import

import inspect
Expand Down
1 change: 0 additions & 1 deletion sentry_sdk/integrations/django/signals_handlers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import

from django.dispatch import Signal
Expand Down
1 change: 0 additions & 1 deletion tests/integrations/logging/test_logging.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding: utf-8
import sys

import pytest
Expand Down
1 change: 0 additions & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding: utf-8
import os
import json
import pytest
Expand Down
2 changes: 0 additions & 2 deletions tests/test_metrics.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: utf-8

import sys
import time
import linecache
Expand Down
1 change: 0 additions & 1 deletion tests/test_transport.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding: utf-8
import logging
import pickle
import gzip
Expand Down
1 change: 0 additions & 1 deletion tests/tracing/test_baggage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding: utf-8
from sentry_sdk.tracing_utils import Baggage


Expand Down
1 change: 0 additions & 1 deletion tests/tracing/test_integration_tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding: utf-8
import weakref
import gc
import re
Expand Down
1 change: 0 additions & 1 deletion tests/utils/test_general.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding: utf-8
import sys
import os

Expand Down