Replace isort with ruff

This commit is contained in:
Kovid Goyal
2023-01-09 16:47:42 +05:30
parent f15d27bb62
commit 7fe5d7b58f
157 changed files with 876 additions and 732 deletions

View File

@@ -1,10 +1,10 @@
#!/usr/bin/env python3
from time import clock_gettime, CLOCK_MONOTONIC, sleep
import sys
from argparse import ArgumentParser
from random import Random
from string import printable
import sys
from time import CLOCK_MONOTONIC, clock_gettime, sleep
def main():