Skip to content

Commit baafa51

Browse files
committed
lint and update lockfile
1 parent 84970f7 commit baafa51

File tree

3 files changed

+620
-280
lines changed

3 files changed

+620
-280
lines changed

patchwork/common/utils/zoho_token_manager.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import os
2-
import yaml
31
import time
4-
import requests
5-
from typing import Dict, Optional, Callable
62
from pathlib import Path
3+
from typing import Callable, Dict, Optional
4+
5+
import requests
6+
import yaml
77

88

99
class ZohoTokenManager:

0 commit comments

Comments
 (0)