Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton committed Aug 16, 2021
1 parent b19e139 commit 7230006
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion unyt/unit_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ class UnitRegistry:

_unit_system_id = None

def __init__(self, add_default_symbols=True, lut=None, unit_system=None, strict=True):
def __init__(
self, add_default_symbols=True, lut=None, unit_system=None, strict=True
):
self._unit_object_cache = {}
if lut:
self.lut = lut
Expand Down

0 comments on commit 7230006

Please sign in to comment.