Skip to content

Commit

Permalink
Format init
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagusiak committed Mar 15, 2023
1 parent ee0d24e commit ee9fb1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion odoo_connect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,11 @@ def connect(
except (ConnectionError, IOError, OdooServerError) as e:
raise OdooConnectionError(e)


__all__ = [
"connect",
"OdooConnectionError",
"OdooClient",
"OdooModel",
"OdooServerError",
"OdooServerError",
]

0 comments on commit ee9fb1b

Please sign in to comment.