Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadari committed Sep 18, 2024
1 parent 674161b commit de85464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allow-init-docstring=True

per-file-ignores =
# For tests, disable type annotation and docstring linting.
tests/*: ANN D
tests/*: ANN D DOC

# Select other tools to enable.

Expand All @@ -30,7 +30,7 @@ per-file-ignores =

# D enables docstrings warnings from pydocstyle.

# DIC enables docstring style linting via pydoclint.
# DOC enables docstring style linting via pydoclint.

# F are errors reported by pyflakes, a tool which parses source files
# and finds invalid Python code.
Expand Down
1 change: 1 addition & 0 deletions xrpl/transaction/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""High-level transaction methods with XRPL transactions."""

import asyncio
from typing import Optional

Expand Down

0 comments on commit de85464

Please sign in to comment.