Skip to content

Commit

Permalink
Formatted with black
Browse files Browse the repository at this point in the history
  • Loading branch information
pbashyal-nmdp committed Feb 20, 2024
1 parent d9d06ce commit ab99745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyard/data_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def generate_ard_mapping(db_connection: sqlite3.Connection, imgt_version) -> ARS


def generate_alleles_and_xx_codes_and_who(
db_connection: sqlite3.Connection, imgt_version, ars_mappings
db_connection: sqlite3.Connection, imgt_version, ars_mappings
):
if db.tables_exist(db_connection, code_mapping_tables + allele_tables):
return db.load_code_mappings(db_connection)
Expand Down Expand Up @@ -319,7 +319,7 @@ def generate_short_nulls(db_connection, who_group):


def generate_mac_codes(
db_connection: sqlite3.Connection, refresh_mac: bool = False, load_mac: bool = True
db_connection: sqlite3.Connection, refresh_mac: bool = False, load_mac: bool = True
):
"""
:param db_connection: Database connection to the sqlite database
Expand Down

0 comments on commit ab99745

Please sign in to comment.