Skip to content

Commit

Permalink
fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Jan 28, 2025
1 parent a9ca5f6 commit a42ee3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions h5pyd/objdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

MAX_PENDING_ITEMS = 500 # TBD: make this a config?


class ObjDB():
""" Domain level object map """
def __init__(self, http_conn, expire_time=0.0, max_age=0.0, max_objects=None):
Expand Down

0 comments on commit a42ee3b

Please sign in to comment.