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

update import statement to match new file name

This commit is contained in:
Tomas Gallucci 2020-06-30 18:52:11 -05:00
parent 9005aff1bd
commit f66cc07367

View File

@ -1,5 +1,5 @@
import pytest
from thefuck.rules.git_branch_0v_to_dash_v import match, get_new_command
from thefuck.rules.git_branch_flag_0_to_flag_dash_v import match, get_new_command
from thefuck.types import Command