Skip to content

Commit ab6cb41

Browse files
committed
chore: remediate linting errors
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 952c432 commit ab6cb41

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

rhdp/rhdp-cluster-define.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import os
66
import pathlib
77
import shutil
8-
from typing import Dict, List, Optional
8+
from typing import Dict, List
99

1010
import typer
1111
from jinja2 import Environment, FileSystemLoader, select_autoescape
@@ -140,7 +140,8 @@ def run(
140140
Region flag requires an azure region key which can be (authoritatively)
141141
requested with: "az account list-locations -o table".
142142
143-
Use --multicluster flag to deploy both hub (coco-hub) and spoke (coco-spoke) clusters.
143+
Use --multicluster flag to deploy both hub (coco-hub) and spoke (coco-spoke)
144+
clusters.
144145
"""
145146
validate_dir()
146147

0 commit comments

Comments
 (0)