Skip to content

Commit

Permalink
PEP8 E101 - silence warnings
Browse files Browse the repository at this point in the history
indentation contains mixed spaces and tabs
  • Loading branch information
LraiZer authored and AbuBaniaz committed Jul 4, 2023
1 parent ab236e9 commit a5a1727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xml2po.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
from __future__ import print_function
try:
import builtins
import builtins
except ImportError:
import __builtin__ as builtins
import __builtin__ as builtins

import sys
import os
Expand Down

0 comments on commit a5a1727

Please sign in to comment.