Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Arohan Ajit authored and Arohan Ajit committed Nov 22, 2024
1 parent d83bfd3 commit 7aa218b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
3 changes: 0 additions & 3 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ per-file-ignores =
# Configuration file for Sphinx:
# Ignoring import/code mix and line length.
# Files not managed by Black
# Unused imports in init files
# F403 star import used; unable to detect undefined names
python/grass/temporal/__init__.py: F401, F403
# E402 module level import not at top of file
scripts/r.semantic.label/r.semantic.label.py: E501
scripts/g.extension/g.extension.py: E501
Expand Down
37 changes: 0 additions & 37 deletions python/grass/temporal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,12 @@
gran_to_gran,
)

# From temporal_operator.py
from .temporal_operator import TemporalOperatorLexer, TemporalOperatorParser

# From temporal_raster3d_algebra.py
from .temporal_raster3d_algebra import TemporalRaster3DAlgebraParser

# From temporal_raster_algebra.py
from .temporal_raster_algebra import TemporalRasterAlgebraParser

# From temporal_raster_base_algebra.py
from .temporal_raster_base_algebra import (
TemporalRasterAlgebraLexer,
TemporalRasterBaseAlgebraParser,
Expand All @@ -201,23 +197,18 @@

__all__ = [
"AbsoluteTemporalExtent",
# From abstract_dataset
"AbstractDataset",
"AbstractDatasetComparisonKeyEndTime",
"AbstractDatasetComparisonKeyStartTime",
# From abstract_map_dataset
"AbstractMapDataset",
"AbstractSTDSRegister",
# From abstract_space_time_dataset
"AbstractSpaceTimeDataset",
"CLibrariesInterface",
"DBConnection",
"DatasetBase",
# From base
"DictSQLSerializer",
"FatalError",
"GlobalTemporalVar",
# From c_libraries_interface
"RPCDefs",
"Raster3DAbsoluteTime",
"Raster3DBase",
Expand All @@ -228,10 +219,8 @@
"Raster3DSpatialExtent",
"RasterAbsoluteTime",
"RasterBase",
# From space_time_datasets
"RasterDataset",
"RasterMetadata",
# From metadata
"RasterMetadataBase",
"RasterRelativeTime",
"RasterSTDSRegister",
Expand Down Expand Up @@ -262,30 +251,19 @@
"SpaceTimeRaster3DDataset",
"SpaceTimeRasterDataset",
"SpaceTimeVectorDataset",
# From spatial_extent
"SpatialExtent",
# From spatial_topology_dataset_connector
"SpatialTopologyDatasetConnector",
# From spatio_temporal_relationships
"SpatioTemporalTopologyBuilder",
# From temporal_algebra
"TemporalAlgebraLexer",
"TemporalAlgebraParser",
# From temporal_extent
"TemporalExtent",
# From temporal_operator
"TemporalOperatorLexer",
"TemporalOperatorParser",
# From temporal_raster3d_algebra
"TemporalRaster3DAlgebraParser",
# From temporal_raster_base_algebra
"TemporalRasterAlgebraLexer",
# From temporal_raster_algebra
"TemporalRasterAlgebraParser",
"TemporalRasterBaseAlgebraParser",
# From temporal_topology_dataset_connector
"TemporalTopologyDatasetConnector",
# From temporal_vector_algebra
"TemporalVectorAlgebraLexer",
"TemporalVectorAlgebraParser",
"VectorAbsoluteTime",
Expand All @@ -301,35 +279,28 @@
"assign_valid_time_to_map",
"c_library_server",
"check_datetime_string",
# From temporal_granularity
"check_granularity_string",
"check_new_map_dataset",
"check_new_stds",
# From aggregation
"collect_map_names",
"compute_absolute_time_granularity",
"compute_common_absolute_time_granularity",
"compute_common_absolute_time_granularity_simple",
"compute_common_relative_time_granularity",
"compute_datetime_delta",
"compute_relative_time_granularity",
# From univar_statistics
"compute_univar_stats",
"count_temporal_topology_relationships",
"create_numeric_suffix",
"create_suffix_from_datetime",
"create_temporal_database",
"create_temporal_relation_sql_where_statement",
"create_time_suffix",
# From factory
"dataset_factory",
# From mapcalc
"dataset_mapcalculator",
"datetime_to_grass_datetime_string",
"decrement_datetime_by_string",
# From stds_export
"export_stds",
# From extract
"extract_dataset",
"gcd",
"gcd_list",
Expand All @@ -338,7 +309,6 @@
"get_current_location",
"get_current_mapset",
"get_database_info_string",
# From list_stds
"get_dataset_list",
"get_enable_mapset_check",
"get_enable_timestamp_write",
Expand All @@ -358,7 +328,6 @@
"gran_plural_unit",
"gran_singular_unit",
"gran_to_gran",
# From stds_import
"import_stds",
"increment_datetime_by_string",
"init",
Expand All @@ -368,24 +337,19 @@
"modify_datetime_by_string",
"open_new_map_dataset",
"open_new_stds",
# From open_stds
"open_old_stds",
"print_gridded_dataset_univar_statistics",
"print_spatio_temporal_topology_relationships",
"print_temporal_topology_relationships",
"print_vector_dataset_univar_statistics",
# From core
"profile_function",
"register_map_object_list",
# From register
"register_maps_in_space_time_dataset",
# From datetime_math
"relative_time_to_time_delta",
"relative_time_to_time_delta_seconds",
"run_mapcalc2d",
"run_mapcalc3d",
"run_vector_extraction",
# From sampling
"sample_stds_by_stds_topology",
"set_raise_on_error",
"set_spatial_relationship",
Expand All @@ -396,7 +360,6 @@
"time_delta_to_relative_time",
"time_delta_to_relative_time_seconds",
"tlist",
# From gui_support
"tlist_grouped",
"upgrade_temporal_database",
]

0 comments on commit 7aa218b

Please sign in to comment.