Started PEP-8-ing
This commit is contained in:
parent
d4e7d067a3
commit
f99ad30fb6
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import copy
|
||||
import operator
|
||||
from fractions import Fraction
|
||||
from functools import reduce
|
||||
from contextlib import contextmanager
|
||||
|
||||
|
|
@ -56,4 +57,4 @@ def entry_by_id(id: str, object_list: list):
|
|||
for o in object_list:
|
||||
if o.id == id:
|
||||
found = o
|
||||
return found
|
||||
return found
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue