Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
raaymax committed Jul 22, 2024
1 parent 76f68e5 commit e26d416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/backend/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import ctypes
import os
import subprocess
import threading
import ctypes
import time
import requests
import subprocess

import requests
from click.testing import CliRunner
from writer.command_line import main

Expand Down

0 comments on commit e26d416

Please sign in to comment.