Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D2604
Change Details
Change Details
Old
New
Diff
Based on core PR13054. Enforce flake8 rules: - F403 'from foo_module import *' used; unable to detect undefined names - F405 foo_function may be undefined, or defined from star imports: bar_module Depends on D2603
Based on core PR13054. Enforce flake8 rules: - F403 'from foo_module import *' used; unable to detect undefined names - F405 foo_function may be undefined, or defined from star imports: bar_module Depends on D2603
Based on core PR13054. Enforce flake8 rules: - F403 'from foo_module import *' used; unable to detect undefined
names - F405 foo_function may be undefined, or defined from star imports: bar_module Depends on D2603
Continue