Closed nirizr closed 4 years ago
See following PR: https://landscape.io/github/nirizr/rematch/pulls/239 (https://github.com/nirizr/rematch/pull/239)
Which adds the following import line: from settings import *
from settings import *
And triggers many peculiar errors about importing builtins from the settings module overrides builtins from the current module.
settings
See following PR: https://landscape.io/github/nirizr/rematch/pulls/239 (https://github.com/nirizr/rematch/pull/239)
Which adds the following import line:
from settings import *
And triggers many peculiar errors about importing builtins from the
settings
module overrides builtins from the current module.