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