Skip to content

Commit

Permalink
docs: updates comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Oct 3, 2023
1 parent 4f8d388 commit 39da77d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions trestlebot/transformers/csv_to_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,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.
"""CSV to YAML converter for rule authoring."""

import csv
import pathlib
Expand Down
2 changes: 2 additions & 0 deletions trestlebot/transformers/csv_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# License for the specific language governing permissions and limitations
# under the License.

"""CSV Tranformer for rule authoring."""

import csv
import json
import logging
Expand Down
2 changes: 1 addition & 1 deletion trestlebot/transformers/trestle_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# License for the specific language governing permissions and limitations
# under the License.

"""Trestle Rule Dataclass."""
"""Trestle Rule class with pydantic."""

from typing import Any, Dict, List, Optional

Expand Down
2 changes: 1 addition & 1 deletion trestlebot/transformers/yaml_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# License for the specific language governing permissions and limitations
# under the License.

"""YAML to CSV transformer for rule authoring."""
"""YAML transformer for rule authoring."""
import logging
from io import StringIO
from typing import Any, Dict
Expand Down

0 comments on commit 39da77d

Please sign in to comment.