Skip to content

Commit

Permalink
Order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
unwieldycat committed Jun 22, 2024
1 parent d1d2029 commit e52f150
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions update.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

############################# END OF CONFIGURATION #############################

import subprocess
from pathlib import Path
from argparse import ArgumentParser
from os import chmod
import stat
import shutil
from pathlib import Path
import re
import shutil
import stat
import subprocess

WARN_COLOR = "\033[1;33m"
ERR_COLOR = "\033[0;31m"
Expand Down

0 comments on commit e52f150

Please sign in to comment.