SentioProberDev / SentioProberControl

Python bindings for controlling MPI probe stations
https://ast.mpi-corporation.com/
BSD 2-Clause "Simplified" License
5 stars 6 forks source link

Refactoring to be PEP8 compliant #6

Closed lucasgrjn closed 9 months ago

lucasgrjn commented 9 months ago

This PR removes star imports and makes the package "PEP8" compliant.

Do you also agree with the idea of removing the deprecated package to use the standard python warnings library instead?