diff options
author | Lint Action <[email protected]> | 2022-11-04 02:45:05 +0000 |
---|---|---|
committer | Lint Action <[email protected]> | 2022-11-04 02:45:05 +0000 |
commit | b127b3e7704750ee23a92613efcc4ee11c829c41 (patch) | |
tree | 5a12a58aedb033468c5100781f66a6e41f725a18 /ATRI/utils | |
parent | 5a245fd7132b5d4da13ee83bd0eadb91d41735b6 (diff) | |
download | ATRI-b127b3e7704750ee23a92613efcc4ee11c829c41.tar.gz ATRI-b127b3e7704750ee23a92613efcc4ee11c829c41.tar.bz2 ATRI-b127b3e7704750ee23a92613efcc4ee11c829c41.zip |
:rotating_light: 自动进行代码格式化
Diffstat (limited to 'ATRI/utils')
-rw-r--r-- | ATRI/utils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/utils/__init__.py b/ATRI/utils/__init__.py index 29858f2..aeeb9db 100644 --- a/ATRI/utils/__init__.py +++ b/ATRI/utils/__init__.py @@ -148,7 +148,7 @@ class FileDealer: async def readtable(self): tar = await self._reader() return tar.readable() - + def json(self) -> dict: return json.loads(self.path.read_bytes()) |