Skip to content

Commit

Permalink
Saco los comentarios que hacían fallar pydacodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
lrromero committed Aug 14, 2018
1 parent 25aa097 commit dbe65c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pydatajson/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
MIN_DATASET_TITLE = 10
MIN_DATASET_DESCRIPTION = 20

# A really long comment to verify that the travis build fails upon failure of pycodestyle (E501 & E302)

class DataJson(dict):
"""Objeto que representa un catálogo de activos de datos."""

Expand Down
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
cassette_library_dir=os.path.join("tests", "cassetes"),
record_mode='once')

# A really long comment to verify that the travis build fails upon failure of pycodestyle (E501 & E302)

class TestDataJsonTestCase(object):
SAMPLES_DIR = os.path.join("tests", "samples")
RESULTS_DIR = RESULTS_DIR
Expand Down

0 comments on commit dbe65c2

Please sign in to comment.