Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
lkluft committed Sep 21, 2022
1 parent b05abeb commit b51f20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion konrad/radiation/arts.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, ws=None, threads=None, nstreams=4, scale_vmr=True, verbosity=
scaled with the water-vapor concentration (default is `False.`)
verbosity (int): Control the ARTS verbosity from 0 (quiet) to 2.
"""
from pyarts.workspace import Workspace, arts_agenda
from pyarts.workspace import Workspace

self.nstreams = nstreams
self.scale_vmr = scale_vmr
Expand Down

0 comments on commit b51f20e

Please sign in to comment.