kplindegaard / smbus2

A drop-in replacement for smbus-cffi/smbus-python in pure Python
MIT License
243 stars 68 forks source link

Explicitly export from top level of package #69

Closed flyte closed 3 years ago

flyte commented 3 years ago

This stops mypy from complaining when you use:

from smbus2 import SMBus  # Module 'smbus2' does not explicitly export attribute 'SMBus'; implicit reexport disabled
sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

kplindegaard commented 3 years ago

Thanks!