mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
fixed test data
This commit is contained in:
@@ -5,4 +5,4 @@ class A:
|
||||
self.a = 1
|
||||
|
||||
def foo(self):
|
||||
<weak_warning descr="Instance attribute b defined outside _init_">self.b</weak_warning>= 1
|
||||
<weak_warning descr="Instance attribute b defined outside __init__">self.b</weak_warning>= 1
|
||||
|
||||
Reference in New Issue
Block a user