Skip to content

Commit

Permalink
Fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
natelust committed May 10, 2023
1 parent 33f279f commit ada6f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/base/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
# Imports of standard modules --
# -------------------------------
import os
from numbers import Number
from collections.abc import Iterable
from numbers import Number
from typing import TYPE_CHECKING, Any, Dict, Optional, Tuple, Type, TypeVar

# -----------------------------
Expand Down

0 comments on commit ada6f02

Please sign in to comment.