Merge "Docstrings should not start with a space"
This commit is contained in:
commit
451d33d95a
@ -10,8 +10,7 @@
|
||||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
""" Various HBase helpers
|
||||
"""
|
||||
"""Various HBase helpers"""
|
||||
import copy
|
||||
import datetime
|
||||
import json
|
||||
|
@ -12,8 +12,7 @@
|
||||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
""" Base classes for DB backend implementation test
|
||||
"""
|
||||
"""Base classes for DB backend implementation test"""
|
||||
|
||||
import datetime
|
||||
import operator
|
||||
|
Loading…
Reference in New Issue
Block a user