Skip to content

Commit

Permalink
Fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jing Wang committed Jan 28, 2024
1 parent a4e92c0 commit c8b5db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions generate_class_from_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html#ContentSummary_JSON_Schema
"""

import json
import sys
from typing import Any
Expand Down
1 change: 1 addition & 0 deletions pyhdfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- https://hadoop.apache.org/docs/current/api/org/apache/hadoop/fs/FileSystem.html
- https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/filesystem/filesystem.html
""" # noqa: E501

import base64
import binascii
import getpass
Expand Down

0 comments on commit c8b5db8

Please sign in to comment.