Browse Source

Add typehint for nsmclient.py to silence mypy

tags/v1.5.3
Nils 2 years ago
parent
commit
8cafb29820
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/pynsm/nsmclient.py

+ 1
- 1
extras/pynsm/nsmclient.py View File

@@ -28,7 +28,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
"""

import logging;
logger = None #filled by init with prettyName
logger: logging.Logger #filled by init with client logger.

import struct
import socket


Loading…
Cancel
Save