Skip to content

Commit b9e932f

Browse files
author
Himani Anil Deshpande
committed
[SlurmTopo] Code linters
1 parent 676ae77 commit b9e932f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cookbooks/aws-parallelcluster-slurm/files/default/head_node_slurm/slurm/pcluster_topology_generator.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
# or in the "LICENSE.txt" file accompanying this file.
1010
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1111
# See the License for the specific language governing permissions and limitations under the License.
12+
13+
# FIXME: Fix Code Duplication
14+
# pylint: disable=R0801
15+
1216
import argparse
1317
import logging
1418
import os

0 commit comments

Comments
 (0)