]> Nutra Git (v1) - nutratech/usda-sqlite.git/commitdiff
remove format.sh; remove blank line in py file dev 3/head
authorShane Jaroch <chown_tee@proton.me>
Tue, 23 Apr 2024 01:43:15 +0000 (21:43 -0400)
committerShane Jaroch <chown_tee@proton.me>
Tue, 23 Apr 2024 01:43:15 +0000 (21:43 -0400)
sql/format.sh [deleted file]
sql/latest_version.py

diff --git a/sql/format.sh b/sql/format.sh
deleted file mode 100755 (executable)
index 8cc5c17..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-cd "$(dirname "$0")"
-
-# TODO: what about import.sql?  It gets formatted too ugly
-pg_format -L -s 2 -w 100 tables.sql >tables.fmt.sql
-mv tables.fmt.sql tables.sql
index 0e9aa916d00dff1a2325d4c6a80fc3adc806ba5d..341bdd454bba3aa4b909386c28a6cc3683baed5f 100755 (executable)
@@ -5,7 +5,6 @@ Created on Sat Mar  2 12:32:45 2024
 
 @author: shane
 """
-
 import csv
 import os
 import sys