Skip to content

Commit

Permalink
Fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed Jun 8, 2023
1 parent 07f4545 commit 933a4b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 3 additions & 2 deletions python/rocketmq/signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from rocketmq.client_config import ClientConfig
import uuid
import datetime
import importlib.metadata
import uuid

from rocketmq.client_config import ClientConfig
from rocketmq.utils import sign


Expand Down
7 changes: 0 additions & 7 deletions python/rocketmq/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
import hmac
import hashlib

from apscheduler.executors.pool import ThreadPoolExecutor, ProcessPoolExecutor
from multiprocessing import cpu_count

scheduler_executors = {
'default': ThreadPoolExecutor(2 * cpu_count()),
# 'processpool': ProcessPoolExecutor(5)
}

def number_to_base(number, base):
alphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
Expand Down

0 comments on commit 933a4b1

Please sign in to comment.