fixed formatting (#1096)

This commit is contained in:
Rhet Turnbull
2023-06-18 16:22:46 -07:00
committed by GitHub
parent 492e1edb7f
commit 2c80226ec8
88 changed files with 187 additions and 189 deletions

View File

@@ -1,6 +1,7 @@
""" Test ScoreInfo """
from math import isclose
import pytest
from osxphotos.scoreinfo import ScoreInfo
@@ -78,7 +79,7 @@ def photosdb():
def test_score_info_v5(photosdb):
""" test score """
"""test score"""
# use math.isclose to compare floats
# on MacOS x64 these can probably compared for equality but would possibly
# fail if osxphotos ever ported to other platforms
@@ -89,7 +90,7 @@ def test_score_info_v5(photosdb):
def test_score_info_v4():
""" test version 4, score should be None """
"""test version 4, score should be None"""
import osxphotos
photosdb = osxphotos.PhotosDB(dbfile=PHOTOS_DB_4)