1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

fixed linting

This commit is contained in:
ian 2021-05-10 11:56:54 -04:00
parent 6931d37b5e
commit 891de6a3f2

View File

@ -1,8 +1,7 @@
import re
from thefuck.utils import for_app
from thefuck.specific.sudo import sudo_support
from thefuck.shells import shell
import os
@sudo_support
@for_app('cd')