mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 04:20:28 -06:00
7 lines
122 B
Python
7 lines
122 B
Python
from __future__ import absolute_import
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
class FatalError(RuntimeError):
|
|
pass
|