<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 25 July 2017 at 10:36, Florian Bruhin <span dir="ltr"><<a href="mailto:me@the-compiler.org" target="_blank">me@the-compiler.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Jul 25, 2017 at 09:32:15AM +0100, Phil Thompson wrote:<br>
> If the problem is complaints from a linter then that's the linter's<br>
> problem as importing a module but doing nothing else with it is<br>
> perfectly reasonable IMHO.<br>
<br>
</span>FWIW linters are usually configurable - e.g. for pylint, putting<br>
something like this in .pylintrc helps:<br>
<br>
    [master]<br>
    ignore=resources.py<br><br></blockquote><div>While I do respect your opinion, I think having side effects by doing imports is not very pythonic.</div><div>Googling for 'python import side effect' returns some discussions.</div><div><br></div><div>But I can happily live with/work around the current situation :)</div><div><br></div><div>Thanks for your time and support. </div></div><br></div></div>