mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Python: Add library tests for django.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
from .response import HttpResponse
|
||||
from .request import HttpRequest
|
||||
@@ -0,0 +1,2 @@
|
||||
class HttpRequest(object):
|
||||
pass
|
||||
@@ -0,0 +1,2 @@
|
||||
class HttpResponse(object):
|
||||
pass
|
||||
Reference in New Issue
Block a user