Skip to content

Commit 7230006

Browse files
committed
black formatting
1 parent b19e139 commit 7230006

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

unyt/unit_registry.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ class UnitRegistry:
5555

5656
_unit_system_id = None
5757

58-
def __init__(self, add_default_symbols=True, lut=None, unit_system=None, strict=True):
58+
def __init__(
59+
self, add_default_symbols=True, lut=None, unit_system=None, strict=True
60+
):
5961
self._unit_object_cache = {}
6062
if lut:
6163
self.lut = lut

0 commit comments

Comments
 (0)