Skip to content

Commit

Permalink
Fixed grammatical error
Browse files Browse the repository at this point in the history
Fixed a comment in utils.py

Signed-off-by: Abhisman Sarkar <abhisman.sarkar@gmail.com>
  • Loading branch information
abs007 committed Jun 27, 2022
1 parent a10ccaa commit 64200bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Expand Up @@ -37,7 +37,7 @@

logger = logging.getLogger(__name__)

# May may be used to reliably read other files in tests dir regardless of cwd
# May be used to reliably read other files in tests dir regardless of cwd
TESTS_DIR = os.path.dirname(os.path.realpath(__file__))

# Used when forming URLs on the client side
Expand Down

0 comments on commit 64200bd

Please sign in to comment.