Fix encoding
This commit is contained in:
@@ -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('ç')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user