Skip to content

Commit be59ac4

Browse files
Ruff format
1 parent 4fbcfa9 commit be59ac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/oqd_dataschema/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# %%
16-
from typing import Any, Dict, Literal, Optional, Type, Union
16+
from typing import Any, Literal, Optional, Type, Union
1717

1818
import numpy as np
1919
from bidict import bidict
@@ -203,4 +203,4 @@ def clear(cls):
203203
@classmethod
204204
def list_types(cls):
205205
"""List all registered type names"""
206-
return list(cls._types.keys())
206+
return list(cls._types.keys())

0 commit comments

Comments
 (0)