mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Python: Remove references to LGTM
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#This code has conflicting attributes,
|
||||
#but the documentation in the standard library tells you do it this way :(
|
||||
|
||||
#See https://discuss.lgtm.com/t/warning-on-normal-use-of-python-socketserver-mixins/677
|
||||
|
||||
class ThreadingMixIn(object):
|
||||
|
||||
def process_request(selfself, req):
|
||||
|
||||
@@ -39,7 +39,7 @@ class UVT(UT, PU):
|
||||
class IUVT(IUT, UVT):
|
||||
pass
|
||||
|
||||
#False positive observed on LGTM
|
||||
#False positive
|
||||
class M1(object):
|
||||
def __init__(self):
|
||||
print("A")
|
||||
|
||||
Reference in New Issue
Block a user