Skip to content

Commit

Permalink
Keep renaming avroUtils into avro_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Jun 3, 2024
1 parent 0a8c941 commit c507d0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions tests/produce_fake.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2021 AstroLab Software
# Copyright 2021-2024 AstroLab Software
# Author: Julien Peloton
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -18,8 +18,8 @@

import numpy as np

from fink_client.avroUtils import AlertReader
from fink_client.avroUtils import encode_into_avro
from fink_client.avro_utils import AlertReader
from fink_client.avro_utils import encode_into_avro

from fink_client.configuration import load_credentials

Expand Down
8 changes: 4 additions & 4 deletions tests/test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2019-2020 AstroLab Software
# Copyright 2019-2024 AstroLab Software
# Author: Abhishek Chauhan, Julien Peloton
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -19,9 +19,9 @@
import confluent_kafka
import fastavro
from fink_client.consumer import AlertConsumer
from fink_client.avroUtils import AlertReader
from fink_client.avroUtils import encode_into_avro
from fink_client.avroUtils import get_legal_topic_name
from fink_client.avro_utils import AlertReader
from fink_client.avro_utils import encode_into_avro
from fink_client.avro_utils import get_legal_topic_name

from fink_client.configuration import load_credentials

Expand Down

0 comments on commit c507d0a

Please sign in to comment.