factorio-rcon-py icon indicating copy to clipboard operation
factorio-rcon-py copied to clipboard

additional fix regarding issue #7

Open desaleo opened this issue 1 year ago • 0 comments

As discussed here, for type checker in strict mode, imported symbols are considered private by default, except if they use redundant import alias (import A as A).

Since first issue is closed (and therefore no additional commit can be added) I open this one to suggest my modifications.

desaleo avatar Apr 25 '24 22:04 desaleo