Skip to content

Commit

Permalink
Update copyright and remove merge typo
Browse files Browse the repository at this point in the history
  • Loading branch information
reingart committed Jun 28, 2023
1 parent 2b5875a commit 80e08aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ws_sr_padron.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
from builtins import next

__author__ = "Mariano Reingart <[email protected]>"
__copyright__ = "Copyright (C) 2017-2022 Mariano Reingart"
__license__ = "GPL 3.0"
__copyright__ = "Copyright (C) 2017-2023 Mariano Reingart"
__license__ = "LGPL-3.0-or-later"
__version__ = "3.05a"

import csv
Expand Down Expand Up @@ -55,7 +55,6 @@


class WSSrPadronA4(BaseWS):
<<<<<<< HEAD
"Interfaz para el WebService de Consulta Padrón Contribuyentes Alcance 4"
_public_methods_ = [
"Consultar",
Expand Down

0 comments on commit 80e08aa

Please sign in to comment.