Skip to content

Commit c8c546b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cd6e6a7 commit c8c546b

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

collection_prep/cmd/runtime.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Get ready for 1.0.0."""
2+
23
import glob
34
import logging
45
import os

collection_prep/cmd/update.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Get ready for 1.0.0."""
2+
23
import logging
34
import os
45
import platform

collection_prep/cmd/version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Script to guess the next version of an ansible collection."""
2+
23
import logging
34
import sys
45

collection_prep/jinja_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Utilities for jinja2."""
2+
23
import re
34

45
from html import escape as html_escape

collection_prep/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Get ready for 1.0.0."""
2+
23
import datetime
34

45
from redbaron import RedBaron

0 commit comments

Comments
 (0)