Skip to content

Commit e372e11

Browse files
author
Kenny Putman
committed
remove unecessary headers property
1 parent d5d8dd1 commit e372e11

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

inertia/http.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ def __init__(self, request):
3030
super().__init__()
3131
self.__dict__.update(request.__dict__)
3232

33-
@property
34-
def headers(self):
35-
return super().headers
36-
3733
@property
3834
def inertia(self):
3935
inertia_attr = self.__dict__.get("inertia")

0 commit comments

Comments
 (0)