From cd12f43cd2c98826bb0ea092ef590a91e5842886 Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Thu, 6 Feb 2020 22:16:02 +0100 Subject: Handle passing bytes to the FileInfo class Move class to own file and enhance tests --- obsapi/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'obsapi/__init__.py') diff --git a/obsapi/__init__.py b/obsapi/__init__.py index 6b3af61..547af96 100644 --- a/obsapi/__init__.py +++ b/obsapi/__init__.py @@ -3,4 +3,3 @@ from obsapi.core import * from ._version import get_versions __version__ = get_versions()['version'] del get_versions - -- cgit v1.2.3