mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-29 08:32:44 +01:00
Fix encoding
This commit is contained in:
@@ -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('ç')
|
||||
|
||||
|
Reference in New Issue
Block a user