diff --git a/export_events.py b/export_events.py index 5e04d26..eb5063a 100644 --- a/export_events.py +++ b/export_events.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 import os import argparse import psycopg2 diff --git a/import_events.py b/import_events.py index b83d4c3..ab3e20b 100644 --- a/import_events.py +++ b/import_events.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 import os import argparse import psycopg2