dmroeder / pylogix

Read/Write data from Allen Bradley Compact/Control Logix PLC's
Apache License 2.0
598 stars 182 forks source link

Fix whitespace in pytlogix.lgx_device.vendors #214

Closed drbitboy closed 1 year ago

drbitboy commented 1 year ago

Short description of change

Types of changes

Fix whitespace in pytlogix.lgx_device.vendors

What is the change?

What does it fix/add?

Test Configuration

TheFern2 commented 1 year ago

This PR is not necessary. When we're done with micropython/patch1 it will be merged with master which will include everything done in that branch including the removal of the space in strings. In addition to the dict being in an entire different py file for file loading efficiency for micropython.