Pbatch / ClashRoyaleBuildABot

A platform for creating bots to play Clash Royale
MIT License
216 stars 37 forks source link

Update emulator.py #195

Closed Leviaria closed 4 months ago

Leviaria commented 4 months ago

pylint --persistent n --fail-under 10 -sn clashroyalebuildabot ***** Module clashroyalebuildabot.emulator.emulator clashroyalebuildabot\emulator\emulator.py:230:31: R1732: Consider using 'with' for resource-allocating operations (consider-using-with)

--

Cant be changed with with otherwise it wont work.