Skip to content

Commit 0f868fb

Browse files
style: Remove unnecessary blank lines in IBMEC and PUC configuration files
1 parent 6393949 commit 0f868fb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

pgl_utils/ibmec/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ class IBMECConfig:
77
"""
88
Configuration class for IBMEC-specific settings
99
"""
10-
10+
1111
INSTITUTION = "IBMEC"
1212
VERSION = "1.0.0"
13-
13+
1414
@classmethod
1515
def get_info(cls):
1616
"""Get IBMEC configuration info"""

pgl_utils/puc/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ class PUCConfig:
77
"""
88
Configuration class for PUC-specific settings
99
"""
10-
10+
1111
INSTITUTION = "PUC"
1212
VERSION = "1.0.0"
13-
13+
1414
@classmethod
1515
def get_info(cls):
1616
"""Get PUC configuration info"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
version="0.1.0",
1313
author="Your Name",
1414
author_email="your.email@example.com",
15-
description="Machine Learning, Deep Learning, and GenAI utilities for PUC and IBMEC post-graduation students",
15+
description="Machine Learning, Deep Learning, and GenAI utilities for Post-Graduation Lectures",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",
1818
url="https://github.com/renansantosmendes/pgl_utils",

0 commit comments

Comments
 (0)