Skip to content

Commit

Permalink
Changes import order
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratzel committed Feb 1, 2024
1 parent f35c68f commit 5805292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/nx-cugraph/update_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
import io
import re

from nx_cugraph.scripts.print_table import main as nxcg_print_table

import pandas as pd

from nx_cugraph.scripts.print_table import main as nxcg_print_table

table_header_string = "| feature/algo | release/target version |"
table_header_patt = re.compile(r"\| feature/algo[\s]+\| release/target version[\s]+\|")
nxcg_algo_col_name = "dispatch_name"
Expand Down

0 comments on commit 5805292

Please sign in to comment.