Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
laspsandoval committed Jul 19, 2024
1 parent aa77ea5 commit 3de48f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions imap_processing/ultra/l1b/de.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
"""Calculate Annotated Direct Events."""

import numpy as np

from imap_processing.cdf.defaults import GlobalConstants
import xarray as xr

from imap_processing.cdf.defaults import GlobalConstants
from imap_processing.ultra.l1b.ultra_l1b_extended import (
determine_species_pulse_height,
determine_species_ssd,
Expand All @@ -24,7 +23,6 @@

# TODO: pass in attribute_manager to add attributes
# instead of using GlobalConstants.
def calculate_de(de_dataset, name):
def calculate_de(de_dataset: xr.Dataset, name: str) -> xr.Dataset:
"""
Create dataset with defined datatypes for Direct Event Data.
Expand Down

0 comments on commit 3de48f9

Please sign in to comment.