Complete second logic pass, remove underscore from package name

This commit is contained in:
Bobrock
2020-12-18 15:58:28 -06:00
parent 0a4898411b
commit 4c4dd7dd69
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import os
from configparser import RawConfigParser
import unittest
from reolink_api import Camera
from reolinkapi import Camera
def read_config(props_path: str) -> dict: