Skip to content

Commit

Permalink
fix: os library is required
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Jul 19, 2024
1 parent 6fa18b0 commit a46996e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/make_readme/get_recent_releases_table.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import requests
import os
import argparse
import pandas as pd
from datetime import datetime
Expand Down
1 change: 1 addition & 0 deletions assets/make_readme/get_releases_table.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import requests
import os
import pandas as pd
from datetime import datetime

Expand Down

0 comments on commit a46996e

Please sign in to comment.