mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
otherwise it's easy to overlook it especially considering that there is also (confusingly) PyAddImportTest
5 lines
116 B
Python
5 lines
116 B
Python
from flask import Flask
|
|
|
|
app = Flask(__name__)
|
|
|
|
<error descr="Unresolved reference 'request'"><caret>request</error> |