Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 9, 2024
1 parent d660d53 commit 0ff26f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions silk/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
from django.db.models import (
BooleanField,
CharField,
DateField,
DateTimeField,
ExpressionWrapper,
F,
FileField,
FloatField,
ForeignKey,
Expand Down Expand Up @@ -136,7 +133,6 @@ def time_spent_on_sql_queries(self):
)
return result['total_time'] or 0.0


@property
def headers(self):
if self.encoded_headers:
Expand Down

0 comments on commit 0ff26f0

Please sign in to comment.