From 466a392237fd99d25b5bb46dd0851a0e58607aca Mon Sep 17 00:00:00 2001 From: winebarrel Date: Mon, 16 Oct 2023 00:29:40 +0900 Subject: [PATCH] Fix FLK-D211: No blank lines allowed before class docstring --- qds_sdk/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qds_sdk/commands.py b/qds_sdk/commands.py index 41871b00..d405c520 100755 --- a/qds_sdk/commands.py +++ b/qds_sdk/commands.py @@ -29,7 +29,6 @@ class Command(Resource): - """ qds_sdk.Command is the base Qubole command class. Different types of Qubole commands can subclass this.