Skip to content

Commit b23ce91

Browse files
committed
Rank black on init, thought it ran on all files
1 parent 71ad048 commit b23ce91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servicex_analysis_utils/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
from .materialization import to_awk
2929
from .file_peeking import get_structure
30-
from .dataset_resolver import ds_type_resolver
30+
from .dataset_resolver import ds_type_resolver
3131

3232
__version__ = "1.1.1"
33-
__all__ = ["to_awk", "get_structure","ds_type_resolver"]
33+
__all__ = ["to_awk", "get_structure", "ds_type_resolver"]

0 commit comments

Comments
 (0)