Skip to content

Commit 006401d

Browse files
author
Takashi Matsuo
authored
chore: some lint fixes [(#3749)](GoogleCloudPlatform/python-docs-samples#3749)
1 parent bf24403 commit 006401d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/samples/backup_sample_test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
import random
15+
import string
1416

1517
from google.cloud import spanner
1618
import pytest
17-
import random
18-
import string
1919

2020
import backup_sample
2121

0 commit comments

Comments
 (0)