mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-21 20:38:54 +00:00
Fix encoding
This commit is contained in:
parent
92133f77d6
commit
8938323229
@ -1,3 +1,5 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from thefuck.rules.remove_trailing_cedilla import match, get_new_command
|
from thefuck.rules.remove_trailing_cedilla import match, get_new_command
|
||||||
from tests.utils import Command
|
from tests.utils import Command
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
def match(command):
|
def match(command):
|
||||||
return command.script.endswith('ç')
|
return command.script.endswith('ç')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user