We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda50de commit d19e4b4Copy full SHA for d19e4b4
1 file changed
traits/util/trait_documenter.py
@@ -177,7 +177,6 @@ class MyModel(HasStrictTraits)
177
tokens = tokenize.generate_tokens(string_io.readline)
178
179
# find the trait definition start
180
- trait_found = False
181
name_found = False
182
for item in tokens:
183
if name_found and item[:2] == (token.OP, "="):
0 commit comments